Home
last modified time | relevance | path

Searched refs:bio_first_bvec_all (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/include/linux/
H A Dbio.h167 for (i = 0, bvl = bio_first_bvec_all(bio); \
243 static inline struct bio_vec *bio_first_bvec_all(struct bio *bio) in bio_first_bvec_all() function
251 return bio_first_bvec_all(bio)->bv_page; in bio_first_page_all()
285 struct bio_vec *bvec = bio_first_bvec_all(bio) + i; in bio_first_folio()
/linux-6.15/Documentation/block/
H A Dbiovecs.rst135 bio_first_bvec_all()
/linux-6.15/fs/btrfs/
H A Dscrub.c788 int sector_nr = calc_sector_number(stripe, bio_first_bvec_all(&bbio->bio)); in scrub_repair_read_endio()
1102 int sector_nr = calc_sector_number(stripe, bio_first_bvec_all(&bbio->bio)); in scrub_read_endio()
1131 int sector_nr = calc_sector_number(stripe, bio_first_bvec_all(&bbio->bio)); in scrub_write_endio()
H A Dbio.c165 struct bio_vec *bv = bio_first_bvec_all(&repair_bbio->bio); in btrfs_end_repair_bio()
H A Draid56.c1522 struct bio_vec *bv = bio_first_bvec_all(bio); in get_bio_sector_nr()
/linux-6.15/fs/xfs/
H A Dxfs_zone_gc.c811 bvec_phys(bio_first_bvec_all(&chunk->bio)); in xfs_zone_gc_write_chunk()