Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbio.h138 #define bio_for_each_segment_all(bvl, bio, iter) \ argument
166 #define __bio_for_each_segment(bvl, bio, iter, start) \ argument
172 #define bio_for_each_segment(bvl, bio, iter) \ argument
175 #define __bio_for_each_bvec(bvl, bio, iter, start) \ argument
182 #define bio_for_each_bvec(bvl, bio, iter) \ argument
189 #define bio_for_each_bvec_all(bvl, bio, i) \ argument
698 #define bip_for_each_vec(bvl, bip, iter) \ argument
Dbvec.h142 #define for_each_bvec(bvl, bio_vec, iter, start) \ argument
Dblkdev.h832 #define rq_for_each_segment(bvl, _rq, _iter) \ argument
836 #define rq_for_each_bvec(bvl, _rq, _iter) \ argument
/Linux-v5.15/block/
Dbio.c197 struct bio_vec *bvl; in bvec_alloc() local
477 struct bio_vec *bvl = NULL; in bio_alloc_bioset() local
/Linux-v5.15/drivers/md/
Draid5.c1310 struct bio_vec bvl; in async_copy_data() local