Home
last modified time | relevance | path

Searched defs:bio_offset (Results 1 – 6 of 6) sorted by relevance

/linux-6.8/fs/jfs/
Djfs_metapage.c352 unsigned long bio_offset = 0; in metapage_writepage() local
/linux-6.8/fs/btrfs/
Dbio.c240 u32 bio_offset, in repair_one_sector()
Dfile-item.c356 u32 bio_offset = 0; in btrfs_lookup_bio_sums() local
Dextent_io.c603 u32 bio_offset = 0; in end_bbio_data_read() local
1651 u32 bio_offset = 0; in end_bbio_meta_write() local
4162 u32 bio_offset = 0; in end_bbio_meta_read() local
Dinode.c3301 u32 bio_offset, struct bio_vec *bv) in btrfs_data_csum_ok()
/linux-6.8/include/linux/
Dbio.h36 #define bio_offset(bio) bio_iter_offset((bio), (bio)->bi_iter) macro