Searched defs:bvl (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/include/linux/ |
D | bio.h | 93 #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
|
D | bvec.h | 142 #define for_each_bvec(bvl, bio_vec, iter, start) \ argument
|
D | blk-mq.h | 1010 #define rq_for_each_segment(bvl, _rq, _iter) \ argument 1014 #define rq_for_each_bvec(bvl, _rq, _iter) \ argument
|
/Linux-v6.1/block/ |
D | bio.c | 198 struct bio_vec *bvl; in bvec_alloc() local 532 struct bio_vec *bvl = NULL; in bio_alloc_bioset() local
|
/Linux-v6.1/fs/btrfs/ |
D | volumes.h | 457 #define btrfs_bio_for_each_sector(fs_info, bvl, bbio, iter, bio_offset) \ argument
|
/Linux-v6.1/drivers/md/ |
D | raid5.c | 1381 struct bio_vec bvl; in async_copy_data() local
|