Lines Matching refs:bio_vec
18 static inline void bio_get_first_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_first_bvec()
23 static inline void bio_get_last_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_last_bvec()
52 struct bio_vec pb, nb; in bio_will_gap()
231 const struct bio_vec *bv, unsigned *nsegs, in bvec_split_segs()
283 struct bio_vec bv, bvprv, *bvprvp = NULL; in blk_bio_segment_split()
399 struct bio_vec bv; in blk_recalc_rq_segments()
445 struct bio_vec *bvec, struct scatterlist *sglist, in blk_bvec_map_sg()
479 static inline int __blk_bvec_map_sg(struct bio_vec bv, in __blk_bvec_map_sg()
489 __blk_segment_map_sg_merge(struct request_queue *q, struct bio_vec *bvec, in __blk_segment_map_sg_merge()
490 struct bio_vec *bvprv, struct scatterlist **sg) in __blk_segment_map_sg_merge()
513 struct bio_vec bvec, bvprv = { NULL }; in __blk_bios_map_sg()