Searched defs:bvl (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | bio.h | 93 #define bio_for_each_segment_all(bvl, bio, iter) \ argument 143 #define __bio_for_each_segment(bvl, bio, iter, start) \ argument 149 #define bio_for_each_segment(bvl, bio, iter) \ argument 152 #define __bio_for_each_bvec(bvl, bio, iter, start) \ argument 159 #define bio_for_each_bvec(bvl, bio, iter) \ argument 166 #define bio_for_each_bvec_all(bvl, bio, i) \ argument
|
| H A D | bvec.h | 181 #define for_each_bvec(bvl, bio_vec, iter, start) \ argument 187 #define for_each_mp_bvec(bvl, bio_vec, iter, start) \ argument
|
| /linux/block/ |
| H A D | bio.c | 202 struct bio_vec *bvl; in bvec_alloc() local 571 struct bio_vec *bvl = NULL; in bio_alloc_bioset() local
|