Symbol: bio_iter_iovec
block/bio.c
1579
struct bio_vec src_bv = bio_iter_iovec(src, *src_iter);
block/bio.c
1580
struct bio_vec dst_bv = bio_iter_iovec(dst, *dst_iter);
block/blk-crypto-fallback.c
278
bio_iter_iovec(src_bio, src_bio->bi_iter);
drivers/block/brd.c
140
struct bio_vec bv = bio_iter_iovec(bio, bio->bi_iter);
drivers/block/zram/zram_drv.c
2727
struct bio_vec bv = bio_iter_iovec(bio, iter);
drivers/block/zram/zram_drv.c
2758
struct bio_vec bv = bio_iter_iovec(bio, iter);
drivers/md/bcache/debug.c
133
cbv = bio_iter_iovec(check, citer);
drivers/md/dm-crypt.c
1290
struct bio_vec bv_in = bio_iter_iovec(ctx->bio_in, ctx->iter_in);
drivers/md/dm-crypt.c
1291
struct bio_vec bv_out = bio_iter_iovec(ctx->bio_out, ctx->iter_out);
drivers/md/dm-crypt.c
1392
struct bio_vec bv_in = bio_iter_iovec(ctx->bio_in, ctx->iter_in);
drivers/md/dm-crypt.c
1393
struct bio_vec bv_out = bio_iter_iovec(ctx->bio_out, ctx->iter_out);
drivers/md/dm-integrity.c
2606
struct bio_vec bv = bio_iter_iovec(bio, dio->bio_details.bi_iter);
drivers/md/dm-integrity.c
2703
bv = bio_iter_iovec(bio, dio->bio_details.bi_iter);
drivers/md/dm-integrity.c
2721
struct bio_vec bv = bio_iter_iovec(bio, dio->bio_details.bi_iter);
drivers/md/dm-verity-target.c
550
bv = bio_iter_iovec(bio, *iter);
drivers/md/dm-writecache.c
1254
struct bio_vec bv = bio_iter_iovec(bio, bio->bi_iter);
fs/btrfs/compression.c
1230
bvec = bio_iter_iovec(orig_bio, orig_bio->bi_iter);
fs/btrfs/misc.h
33
struct bio_vec bv = bio_iter_iovec(bio, *iter);
include/linux/bio.h
161
((bvl = bio_iter_iovec((bio), (iter))), 1); \
include/linux/bio.h
35
#define bio_iovec(bio) bio_iter_iovec((bio), (bio)->bi_iter)
net/ceph/messenger.c
743
struct bio_vec bv = bio_iter_iovec(cursor->bio_iter.bio,