Searched defs:bvl (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/include/linux/ |
D | bio.h | 193 #define bio_for_each_segment_all(bvl, bio, i) \ argument 216 #define for_each_bvec(bvl, bio_vec, iter, start) \ argument 234 #define __bio_for_each_segment(bvl, bio, iter, start) \ argument 240 #define bio_for_each_segment(bvl, bio, iter) \ argument 750 #define bip_for_each_vec(bvl, bip, iter) \ argument
|
D | blkdev.h | 745 #define rq_for_each_segment(bvl, _rq, _iter) \ argument
|
/linux-4.4.14/block/ |
D | bio.c | 177 struct bio_vec *bvl; in bvec_alloc() local 429 struct bio_vec *bvl = NULL; in bio_alloc_bioset() local
|
/linux-4.4.14/drivers/md/ |
D | raid5.c | 1112 struct bio_vec bvl; in async_copy_data() local
|