Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbio.h169 for (i = 0, bvl = bio_first_bvec_all(bio); \
245 static inline struct bio_vec *bio_first_bvec_all(struct bio *bio) in bio_first_bvec_all() function
253 return bio_first_bvec_all(bio)->bv_page; in bio_first_page_all()
287 struct bio_vec *bvec = bio_first_bvec_all(bio) + i; in bio_first_folio()
/openbmc/linux/Documentation/block/
H A Dbiovecs.rst135 bio_first_bvec_all()
/openbmc/linux/fs/btrfs/
H A Dscrub.c789 int sector_nr = calc_sector_number(stripe, bio_first_bvec_all(&bbio->bio)); in scrub_repair_read_endio()
1103 int sector_nr = calc_sector_number(stripe, bio_first_bvec_all(&bbio->bio)); in scrub_read_endio()
1132 int sector_nr = calc_sector_number(stripe, bio_first_bvec_all(&bbio->bio)); in scrub_write_endio()
H A Dbio.c194 struct bio_vec *bv = bio_first_bvec_all(&repair_bbio->bio); in btrfs_end_repair_bio()
H A Draid56.c1413 struct bio_vec *bv = bio_first_bvec_all(bio); in get_bio_sector_nr()