Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbio.h95 #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
717 #define bip_for_each_vec(bvl, bip, iter) \ argument
H A Dbvec.h181 #define for_each_bvec(bvl, bio_vec, iter, start) \ argument
H A Dblk-mq.h1011 #define rq_for_each_segment(bvl, _rq, _iter) \ argument
1015 #define rq_for_each_bvec(bvl, _rq, _iter) \ argument
/openbmc/linux/block/
H A Dbio.c203 struct bio_vec *bvl; in bvec_alloc() local
556 struct bio_vec *bvl = NULL; in bio_alloc_bioset() local
/openbmc/linux/drivers/md/
H A Draid5.c1387 struct bio_vec bvl; in async_copy_data() local