Searched defs:bvl (Results 1 – 4 of 4) sorted by relevance
| /linux/include/linux/ |
| H A D | bio.h | 108 #define bio_for_each_segment_all(bvl, bio, iter) \ argument 158 #define __bio_for_each_segment(bvl, bio, iter, start) \ argument 164 #define bio_for_each_segment(bvl, bio, iter) \ argument 167 #define __bio_for_each_bvec(bvl, bio, iter, start) \ argument 174 #define bio_for_each_bvec(bvl, bio, iter) \ argument 181 #define bio_for_each_bvec_all(bvl, bio, i) \ argument
|
| H A D | bvec.h | 236 #define for_each_bvec(bvl, bio_vec, iter, start) \ argument 242 #define for_each_mp_bvec(bvl, bio_vec, iter, start) \ argument
|
| H A D | bio-integrity.h | 39 #define bip_for_each_vec(bvl, bip, iter) \ argument
|
| /linux/drivers/md/ |
| H A D | raid5.c | 1381 struct bio_vec bvl; in async_copy_data() local
|