Home
last modified time | relevance | path

Searched defs:bvl (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dbio.h93 #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 Dbvec.h184 #define for_each_bvec(bvl, bio_vec, iter, start) \ argument
190 #define for_each_mp_bvec(bvl, bio_vec, iter, start) \ argument
H A Dbio-integrity.h34 #define bip_for_each_vec(bvl, bip, iter) \ argument
/linux/fs/bcachefs/
H A Dfs-io.h41 #define __bio_for_each_folio(bvl, bio, iter, start) \ argument
54 #define bio_for_each_folio(bvl, bio, iter) \ argument
/linux/block/
H A Dbio.c202 struct bio_vec *bvl; in bvec_alloc() local
568 struct bio_vec *bvl = NULL; in bio_alloc_bioset() local