Home
last modified time | relevance | path

Searched refs:bio_iter_iovec (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/block/
Dbounce.c126 fromvec = bio_iter_iovec(from, from_iter); in copy_to_high_bio_irq()
154 orig_vec = bio_iter_iovec(bio_orig, orig_iter); in bounce_end_io()
Dbio.c964 src_bv = bio_iter_iovec(src, *src_iter); in bio_copy_data_iter()
965 dst_bv = bio_iter_iovec(dst, *dst_iter); in bio_copy_data_iter()
/Linux-v4.19/include/linux/
Dbio.h54 #define bio_iter_iovec(bio, iter) \ macro
66 #define bio_iovec(bio) bio_iter_iovec((bio), (bio)->bi_iter)
199 ((bvl = bio_iter_iovec((bio), (iter))), 1); \
/Linux-v4.19/Documentation/block/
Dbiovecs.txt27 bio_iovec() and bio_iter_iovec() macros that return literal struct biovecs,
100 now use bio_iter_iovec(), which takes a bvec_iter and returns a
/Linux-v4.19/drivers/md/bcache/
Ddebug.c133 cbv = bio_iter_iovec(check, citer); in bch_data_verify()
/Linux-v4.19/drivers/block/
Dumem.c364 vec = bio_iter_iovec(bio, card->current_iter); in add_bio()
442 vec = bio_iter_iovec(bio, page->iter); in process_page()
/Linux-v4.19/drivers/md/
Ddm-verity-target.c378 struct bio_vec bv = bio_iter_iovec(bio, *iter); in verity_for_io_block()
424 struct bio_vec bv = bio_iter_iovec(bio, *iter); in verity_for_bv_block()
Ddm-crypt.c1073 struct bio_vec bv_in = bio_iter_iovec(ctx->bio_in, ctx->iter_in); in crypt_convert_block_aead()
1074 struct bio_vec bv_out = bio_iter_iovec(ctx->bio_out, ctx->iter_out); in crypt_convert_block_aead()
1167 struct bio_vec bv_in = bio_iter_iovec(ctx->bio_in, ctx->iter_in); in crypt_convert_block_skcipher()
1168 struct bio_vec bv_out = bio_iter_iovec(ctx->bio_out, ctx->iter_out); in crypt_convert_block_skcipher()
Ddm-writecache.c1042 struct bio_vec bv = bio_iter_iovec(bio, bio->bi_iter); in bio_copy_block()
/Linux-v4.19/fs/btrfs/
Dcompression.c1133 struct bio_vec bvec = bio_iter_iovec(bio, bio->bi_iter); in btrfs_decompress_buf2page()
1176 bvec = bio_iter_iovec(bio, bio->bi_iter); in btrfs_decompress_buf2page()
/Linux-v4.19/net/ceph/
Dmessenger.c855 struct bio_vec bv = bio_iter_iovec(cursor->bio_iter.bio, in ceph_msg_data_bio_next()