Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbvec.h31 struct bio_vec { struct
44 static inline void bvec_set_page(struct bio_vec *bv, struct page *page, in bvec_set_page() argument
184 #define for_each_bvec(bvl, bio_vec, iter, start) \ argument
190 #define for_each_mp_bvec(bvl, bio_vec, iter, start) \ argument
/linux/drivers/block/
H A Dfloppy.c4142 struct bio_vec bio_vec; in __floppy_read_block_0() local