Searched refs:bio_first_bvec_all (Results 1 - 4 of 4) sorted by relevance

/linux-master/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) function
253 return bio_first_bvec_all(bio)->bv_page;
287 struct bio_vec *bvec = bio_first_bvec_all(bio) + i;
/linux-master/fs/btrfs/
H A Dscrub.c788 int sector_nr = calc_sector_number(stripe, bio_first_bvec_all(&bbio->bio));
1102 int sector_nr = calc_sector_number(stripe, bio_first_bvec_all(&bbio->bio));
1131 int sector_nr = calc_sector_number(stripe, bio_first_bvec_all(&bbio->bio));
H A Dbio.c193 struct bio_vec *bv = bio_first_bvec_all(&repair_bbio->bio);
H A Draid56.c1441 struct bio_vec *bv = bio_first_bvec_all(bio);

Completed in 143 milliseconds