Searched defs:sector (Results 1 – 10 of 10) sorted by relevance
| /fs/ |
| A D | fs_internal.c | 17 lbaint_t sector, int byte_offset, int byte_len, char *buf) in fs_devread() 97 lbaint_t sector, int byte_offset, int byte_len, const char *buf) in fs_devwrite()
|
| /fs/btrfs/ |
| A D | dev.c | 17 lbaint_t sector; in btrfs_devread() local
|
| A D | compat.h | 58 lbaint_t sector; in __btrfs_devread() local
|
| /fs/zfs/ |
| A D | dev.c | 24 int zfs_devread(int sector, int byte_offset, int byte_len, char *buf) in zfs_devread()
|
| A D | zfs.c | 395 const uint64_t sector = data->vdev_phys_sector; in find_bestub() local 449 uint64_t offset, sector; in zio_read_gang() local 513 uint64_t offset, sector; in zio_read_data() local
|
| /fs/exfat/ |
| A D | utils.c | 97 uint32_t exfat_vbr_start_checksum(const void* sector, size_t size) in exfat_vbr_start_checksum() 109 uint32_t exfat_vbr_add_checksum(const void* sector, size_t size, uint32_t sum) in exfat_vbr_add_checksum()
|
| A D | repair.c | 76 bool exfat_fix_invalid_vbr_checksum(const struct exfat* ef, void* sector, in exfat_fix_invalid_vbr_checksum()
|
| A D | cluster.c | 31 static off_t s2o(const struct exfat* ef, off_t sector) in s2o() 58 static cluster_t s2c(const struct exfat* ef, off_t sector) in s2c()
|
| A D | mount.c | 111 static bool verify_vbr_checksum(const struct exfat* ef, void* sector) in verify_vbr_checksum()
|
| /fs/ext4/ |
| A D | dev.c | 49 int ext4fs_devread(lbaint_t sector, int byte_offset, int byte_len, in ext4fs_devread()
|
Completed in 12 milliseconds