Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
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
691 #define bip_for_each_vec(bvl, bip, iter) \ argument
Dbvec.h142 #define for_each_bvec(bvl, bio_vec, iter, start) \ argument
Dblk-mq.h1010 #define rq_for_each_segment(bvl, _rq, _iter) \ argument
1014 #define rq_for_each_bvec(bvl, _rq, _iter) \ argument
/Linux-v6.1/block/
Dbio.c198 struct bio_vec *bvl; in bvec_alloc() local
532 struct bio_vec *bvl = NULL; in bio_alloc_bioset() local
/Linux-v6.1/fs/btrfs/
Dvolumes.h457 #define btrfs_bio_for_each_sector(fs_info, bvl, bbio, iter, bio_offset) \ argument
/Linux-v6.1/drivers/md/
Draid5.c1381 struct bio_vec bvl; in async_copy_data() local