Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dbounce.c145 fromvec = bio_iter_iovec(from, from_iter); in copy_to_high_bio_irq()
173 orig_vec = bio_iter_iovec(bio_orig, orig_iter); in bounce_end_io()
Dbio.c1007 src_bv = bio_iter_iovec(src, *src_iter); in bio_copy_data_iter()
1008 dst_bv = bio_iter_iovec(dst, *dst_iter); in bio_copy_data_iter()
/Linux-v5.4/include/linux/
Dbio.h29 #define bio_iter_iovec(bio, iter) \ macro
41 #define bio_iovec(bio) bio_iter_iovec((bio), (bio)->bi_iter)
156 ((bvl = bio_iter_iovec((bio), (iter))), 1); \
/Linux-v5.4/Documentation/block/
Dbiovecs.rst27 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-v5.4/drivers/md/bcache/
Ddebug.c133 cbv = bio_iter_iovec(check, citer); in bch_data_verify()
/Linux-v5.4/drivers/block/
Dumem.c361 vec = bio_iter_iovec(bio, card->current_iter); in add_bio()
439 vec = bio_iter_iovec(bio, page->iter); in process_page()
/Linux-v5.4/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.c965 struct bio_vec bv_in = bio_iter_iovec(ctx->bio_in, ctx->iter_in); in crypt_convert_block_aead()
966 struct bio_vec bv_out = bio_iter_iovec(ctx->bio_out, ctx->iter_out); in crypt_convert_block_aead()
1061 struct bio_vec bv_in = bio_iter_iovec(ctx->bio_in, ctx->iter_in); in crypt_convert_block_skcipher()
1062 struct bio_vec bv_out = bio_iter_iovec(ctx->bio_out, ctx->iter_out); in crypt_convert_block_skcipher()
Ddm-writecache.c1037 struct bio_vec bv = bio_iter_iovec(bio, bio->bi_iter); in bio_copy_block()
/Linux-v5.4/fs/btrfs/
Dcompression.c1134 struct bio_vec bvec = bio_iter_iovec(bio, bio->bi_iter); in btrfs_decompress_buf2page()
1177 bvec = bio_iter_iovec(bio, bio->bi_iter); in btrfs_decompress_buf2page()
/Linux-v5.4/net/ceph/
Dmessenger.c833 struct bio_vec bv = bio_iter_iovec(cursor->bio_iter.bio, in ceph_msg_data_bio_next()