Searched defs:bvl (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/include/linux/ |
D | bio.h | 138 #define bio_for_each_segment_all(bvl, bio, iter) \ argument 153 #define __bio_for_each_segment(bvl, bio, iter, start) \ argument 159 #define bio_for_each_segment(bvl, bio, iter) \ argument 162 #define __bio_for_each_bvec(bvl, bio, iter, start) \ argument 169 #define bio_for_each_bvec(bvl, bio, iter) \ argument 742 #define bip_for_each_vec(bvl, bip, iter) \ argument
|
D | bvec.h | 113 #define for_each_bvec(bvl, bio_vec, iter, start) \ argument
|
D | blkdev.h | 825 #define rq_for_each_segment(bvl, _rq, _iter) \ argument 829 #define rq_for_each_bvec(bvl, _rq, _iter) \ argument
|
/Linux-v5.4/block/ |
D | bio.c | 172 struct bio_vec *bvl; in bvec_alloc() local 432 struct bio_vec *bvl = NULL; in bio_alloc_bioset() local
|
/Linux-v5.4/drivers/md/ |
D | raid5.c | 1232 struct bio_vec bvl; in async_copy_data() local
|