Home
last modified time | relevance | path

Searched defs:bv (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dbvec.h50 struct bio_vec bv; member
101 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
Dbio.h199 struct bio_vec bv; in bio_segments() local
269 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()
Dblkdev.h667 #define dma_map_bvec(dev, bv, dir, attrs) \ argument