Searched defs:bvl (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/include/linux/ |
D | bio.h | 95 #define bio_for_each_segment_all(bvl, bio, iter) \ argument 145 #define __bio_for_each_segment(bvl, bio, iter, start) \ argument 151 #define bio_for_each_segment(bvl, bio, iter) \ argument 154 #define __bio_for_each_bvec(bvl, bio, iter, start) \ argument 161 #define bio_for_each_bvec(bvl, bio, iter) \ argument 168 #define bio_for_each_bvec_all(bvl, bio, i) \ argument
|
D | bio-integrity.h | 35 #define bip_for_each_vec(bvl, bip, iter) \ argument
|
D | bvec.h | 181 #define for_each_bvec(bvl, bio_vec, iter, start) \ argument
|
D | blk-mq.h | 1042 #define rq_for_each_segment(bvl, _rq, _iter) \ argument 1046 #define rq_for_each_bvec(bvl, _rq, _iter) \ argument
|
/linux-6.12.1/fs/bcachefs/ |
D | fs-io.h | 41 #define __bio_for_each_folio(bvl, bio, iter, start) \ argument 54 #define bio_for_each_folio(bvl, bio, iter) \ argument
|
/linux-6.12.1/block/ |
D | bio.c | 202 struct bio_vec *bvl; in bvec_alloc() local 567 struct bio_vec *bvl = NULL; in bio_alloc_bioset() local
|
/linux-6.12.1/drivers/md/ |
D | raid5.c | 1373 struct bio_vec bvl; in async_copy_data() local
|