Searched defs:bvl (Results 1 – 5 of 5) 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 | 184 #define for_each_bvec(bvl, bio_vec, iter, start) \ argument 190 #define for_each_mp_bvec(bvl, bio_vec, iter, start) \ argument
|
H A D | bio-integrity.h | 34 #define bip_for_each_vec(bvl, bip, iter) \ argument
|
/linux/fs/bcachefs/ |
H A 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/block/ |
H A D | bio.c | 202 struct bio_vec *bvl; in bvec_alloc() local 568 struct bio_vec *bvl = NULL; in bio_alloc_bioset() local
|