Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbvec.h30 struct bio_vec { struct
31 struct page *bv_page;
32 unsigned int bv_len;
33 unsigned int bv_offset;
122 #define for_each_bvec(bvl, bio_vec, iter, start) \ argument
/Linux-v4.19/drivers/block/
Dfloppy.c4127 struct bio_vec bio_vec; in __floppy_read_block_0() local