Searched refs:bio_for_each_bvec (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.10/block/ |
D | blk-merge.c | 256 bio_for_each_bvec(bv, bio, iter) { in blk_bio_segment_split() 482 bio_for_each_bvec(bvec, bio, iter) { in __blk_bios_map_sg()
|
D | blk-map.c | 533 bio_for_each_bvec(bv, *bio, iter) in blk_rq_append_bio()
|
/Linux-v5.10/ |
D | .clang-format | 82 - 'bio_for_each_bvec'
|
/Linux-v5.10/drivers/md/ |
D | dm-ebs-target.c | 126 bio_for_each_bvec(bv, bio, iter) { in __ebs_rw_bio()
|
/Linux-v5.10/Documentation/block/ |
D | biovecs.rst | 146 bio_for_each_bvec()
|
/Linux-v5.10/include/linux/ |
D | bio.h | 167 #define bio_for_each_bvec(bvl, bio, iter) \ macro
|
D | blkdev.h | 888 bio_for_each_bvec(bvl, _iter.bio, _iter.iter)
|