Searched refs:hfsplus_submit_bio (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | wrapper.c | 29 * hfsplus_submit_bio - Perform block I/O 45 * read using hfsplus_submit_bio() and the same buffer is used things 48 int hfsplus_submit_bio(struct super_block *sb, sector_t sector, in hfsplus_submit_bio() function 188 error = hfsplus_submit_bio(sb, part_start + HFSPLUS_VOLHEAD_SECTOR, in hfsplus_read_wrapper() 220 error = hfsplus_submit_bio(sb, part_start + part_size - 2, in hfsplus_read_wrapper()
|
H A D | part_tbl.c | 113 res = hfsplus_submit_bio(sb, in hfs_parse_new_pmap() 139 res = hfsplus_submit_bio(sb, *part_start + HFS_PMAP_BLK, in hfs_part_find()
|
H A D | super.c | 222 error2 = hfsplus_submit_bio(sb, in hfsplus_sync_fs() 231 error2 = hfsplus_submit_bio(sb, in hfsplus_sync_fs()
|
H A D | hfsplus_fs.h | 534 int hfsplus_submit_bio(struct super_block *sb, sector_t sector, void *buf,
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | wrapper.c | 28 * hfsplus_submit_bio - Perform block I/O 44 * read using hfsplus_submit_bio() and the same buffer is used things 47 int hfsplus_submit_bio(struct super_block *sb, sector_t sector, in hfsplus_submit_bio() function 186 error = hfsplus_submit_bio(sb, part_start + HFSPLUS_VOLHEAD_SECTOR, in hfsplus_read_wrapper() 218 error = hfsplus_submit_bio(sb, part_start + part_size - 2, in hfsplus_read_wrapper()
|
H A D | part_tbl.c | 113 res = hfsplus_submit_bio(sb, in hfs_parse_new_pmap() 138 res = hfsplus_submit_bio(sb, *part_start + HFS_PMAP_BLK, in hfs_part_find()
|
H A D | super.c | 222 error2 = hfsplus_submit_bio(sb, in hfsplus_sync_fs() 231 error2 = hfsplus_submit_bio(sb, in hfsplus_sync_fs()
|
H A D | hfsplus_fs.h | 529 int hfsplus_submit_bio(struct super_block *sb, sector_t sector, void *buf,
|
Completed in 6 milliseconds