Home
last modified time | relevance | path

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

/include/linux/
Dbvec.h72 static inline bool bvec_iter_advance(const struct bio_vec *bv, in bvec_iter_advance()
98 static inline bool bvec_iter_rewind(const struct bio_vec *bv, in bvec_iter_rewind()
Dbio.h134 #define bvec_to_phys(bv) (page_to_phys((bv)->bv_page) + (unsigned long) (bv)->bv_offset) argument
218 struct bio_vec bv; in bio_segments() local
288 static inline void bio_get_first_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_first_bvec()
293 static inline void bio_get_last_bvec(struct bio *bio, struct bio_vec *bv) in bio_get_last_bvec()