Searched refs:bio_offset (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/fs/jfs/ |
A D | jfs_metapage.c | 352 unsigned long bio_offset = 0; in metapage_writepage() local 392 if (bio_add_page(bio, page, bio_bytes, bio_offset) < in metapage_writepage() 426 bio_offset = offset; in metapage_writepage() 433 if (bio_add_page(bio, page, bio_bytes, bio_offset) < bio_bytes) in metapage_writepage()
|
/linux-6.3-rc2/fs/btrfs/ |
A D | bio.c | 192 u32 bio_offset, in repair_one_sector() argument 206 failed_bbio->file_offset + bio_offset); in repair_one_sector() 231 repair_bbio->file_offset = failed_bbio->file_offset + bio_offset; in repair_one_sector()
|
A D | btrfs_inode.h | 412 u32 bio_offset, struct bio_vec *bv);
|
A D | extent_io.c | 745 u32 bio_offset = 0; in end_bio_extent_readpage() local 825 ASSERT(bio_offset + len > bio_offset); in end_bio_extent_readpage() 826 bio_offset += len; in end_bio_extent_readpage()
|
A D | inode.c | 3391 u32 bio_offset, struct bio_vec *bv) in btrfs_data_csum_ok() argument 3395 u64 file_offset = bbio->file_offset + bio_offset; in btrfs_data_csum_ok() 3414 csum_expected = btrfs_csum_ptr(fs_info, bbio->csum, bio_offset); in btrfs_data_csum_ok()
|
/linux-6.3-rc2/drivers/mtd/ |
A D | mtd_blkdevs.c | 67 buf = kmap(bio_page(req->bio)) + bio_offset(req->bio); in do_blktrans_request() 86 buf = kmap(bio_page(req->bio)) + bio_offset(req->bio); in do_blktrans_request()
|
/linux-6.3-rc2/include/linux/ |
A D | bio.h | 36 #define bio_offset(bio) bio_iter_offset((bio), (bio)->bi_iter) macro 76 return page_address(bio_page(bio)) + bio_offset(bio); in bio_data()
|
/linux-6.3-rc2/drivers/cdrom/ |
A D | gdrom.c | 585 __raw_writel(page_to_phys(bio_page(req->bio)) + bio_offset(req->bio), in gdrom_readdisk_dma()
|
/linux-6.3-rc2/drivers/block/ |
A D | swim3.c | 420 return page_to_phys(bio_page(bio)) + bio_offset(bio); in swim3_bio_phys()
|
Completed in 39 milliseconds