Lines Matching refs:bio_vec
21 static inline void bio_get_first_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_first_bvec()
26 static inline void bio_get_last_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_last_bvec()
55 struct bio_vec pb, nb; in bio_will_gap()
232 const struct bio_vec *bv, unsigned *nsegs, unsigned *bytes, in bvec_split_segs()
282 struct bio_vec bv, bvprv, *bvprvp = NULL; in bio_split_rw()
417 struct bio_vec bv; in blk_recalc_rq_segments()
463 struct bio_vec *bvec, struct scatterlist *sglist, in blk_bvec_map_sg()
497 static inline int __blk_bvec_map_sg(struct bio_vec bv, in __blk_bvec_map_sg()
507 __blk_segment_map_sg_merge(struct request_queue *q, struct bio_vec *bvec, in __blk_segment_map_sg_merge()
508 struct bio_vec *bvprv, struct scatterlist **sg) in __blk_segment_map_sg_merge()
531 struct bio_vec bvec, bvprv = { NULL }; in __blk_bios_map_sg()