Searched defs:bv (Results 1 – 3 of 3) sorted by relevance
50 struct bio_vec bv; member101 static inline bool bvec_iter_advance(const struct bio_vec *bv, in bvec_iter_advance()129 static inline void bvec_iter_advance_single(const struct bio_vec *bv, in bvec_iter_advance_single()168 struct bio_vec *bv = &iter_all->bv; in bvec_advance() local
199 struct bio_vec bv; in bio_segments() local269 static inline void bio_get_first_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_first_bvec()274 static inline void bio_get_last_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_last_bvec()
667 #define dma_map_bvec(dev, bv, dir, attrs) \ argument