Searched defs:bv (Results 1 – 3 of 3) sorted by relevance
36 struct bio_vec bv; member87 static inline bool bvec_iter_advance(const struct bio_vec *bv, in bvec_iter_advance()139 struct bio_vec *bv = &iter_all->bv; in bvec_advance() local
178 struct bio_vec bv; in bio_segments() local248 static inline void bio_get_first_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_first_bvec()253 static inline void bio_get_last_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_last_bvec()
680 #define dma_map_bvec(dev, bv, dir, attrs) \ argument