Searched defs:bvl (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | bio.h | 133 #define bio_for_each_segment_all(bvl, bio, iter) \ argument 148 #define __bio_for_each_segment(bvl, bio, iter, start) \ argument 154 #define bio_for_each_segment(bvl, bio, iter) \ argument 157 #define __bio_for_each_bvec(bvl, bio, iter, start) \ argument 164 #define bio_for_each_bvec(bvl, bio, iter) \ argument 171 #define bio_for_each_bvec_all(bvl, bio, i) \ argument 718 #define bip_for_each_vec(bvl, bip, iter) \ argument
|
D | bvec.h | 130 #define for_each_bvec(bvl, bio_vec, iter, start) \ argument
|
D | blkdev.h | 901 #define rq_for_each_segment(bvl, _rq, _iter) \ argument 905 #define rq_for_each_bvec(bvl, _rq, _iter) \ argument
|
/kernel/linux/linux-5.10/block/ |
D | bio.c | 174 struct bio_vec *bvl; in bvec_alloc() local 443 struct bio_vec *bvl = NULL; in bio_alloc_bioset() local
|
/kernel/linux/linux-5.10/drivers/md/ |
D | raid5.c | 1310 struct bio_vec bvl; in async_copy_data() local
|