Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dbio.h92 #define bio_for_each_segment_all(bvl, bio, iter) \ argument
142 #define __bio_for_each_segment(bvl, bio, iter, start) \ argument
148 #define bio_for_each_segment(bvl, bio, iter) \ argument
151 #define __bio_for_each_bvec(bvl, bio, iter, start) \ argument
158 #define bio_for_each_bvec(bvl, bio, iter) \ argument
165 #define bio_for_each_bvec_all(bvl, bio, i) \ argument
Dbio-integrity.h41 #define bip_for_each_vec(bvl, bip, iter) \ argument
Dbvec.h181 #define for_each_bvec(bvl, bio_vec, iter, start) \ argument
Dblk-mq.h1050 #define rq_for_each_segment(bvl, _rq, _iter) \ argument
1054 #define rq_for_each_bvec(bvl, _rq, _iter) \ argument
/linux-6.14.4/fs/bcachefs/
Dfs-io.h41 #define __bio_for_each_folio(bvl, bio, iter, start) \ argument
54 #define bio_for_each_folio(bvl, bio, iter) \ argument
/linux-6.14.4/block/
Dbio.c202 struct bio_vec *bvl; in bvec_alloc() local
567 struct bio_vec *bvl = NULL; in bio_alloc_bioset() local
/linux-6.14.4/drivers/md/
Draid5.c1370 struct bio_vec bvl; in async_copy_data() local