Home
last modified time | relevance | path

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

/linux/block/
A Dbounce.c88 fromvec = bio_iter_iovec(from, from_iter); in copy_to_high_bio_irq()
113 orig_vec = bio_iter_iovec(bio_orig, orig_iter); in bounce_end_io()
A Dbio.c1283 struct bio_vec src_bv = bio_iter_iovec(src, *src_iter); in bio_copy_data_iter()
1284 struct bio_vec dst_bv = bio_iter_iovec(dst, *dst_iter); in bio_copy_data_iter()
/linux/include/linux/
A Dbio.h23 #define bio_iter_iovec(bio, iter) \ macro
35 #define bio_iovec(bio) bio_iter_iovec((bio), (bio)->bi_iter)
147 ((bvl = bio_iter_iovec((bio), (iter))), 1); \
/linux/Documentation/block/
A Dbiovecs.rst27 bio_iovec() and bio_iter_iovec() macros that return literal struct biovecs,
102 now use bio_iter_iovec(), which takes a bvec_iter and returns a
/linux/drivers/md/bcache/
A Ddebug.c133 cbv = bio_iter_iovec(check, citer); in bch_data_verify()
/linux/drivers/md/
A Ddm-verity-target.c383 struct bio_vec bv = bio_iter_iovec(bio, *iter); in verity_for_io_block()
429 struct bio_vec bv = bio_iter_iovec(bio, *iter); in verity_for_bv_block()
A Ddm-crypt.c1290 struct bio_vec bv_in = bio_iter_iovec(ctx->bio_in, ctx->iter_in); in crypt_convert_block_aead()
1291 struct bio_vec bv_out = bio_iter_iovec(ctx->bio_out, ctx->iter_out); in crypt_convert_block_aead()
1390 struct bio_vec bv_in = bio_iter_iovec(ctx->bio_in, ctx->iter_in); in crypt_convert_block_skcipher()
1391 struct bio_vec bv_out = bio_iter_iovec(ctx->bio_out, ctx->iter_out); in crypt_convert_block_skcipher()
A Ddm-writecache.c1249 struct bio_vec bv = bio_iter_iovec(bio, bio->bi_iter); in bio_copy_block()
/linux/fs/btrfs/
A Dcompression.c1449 bvec = bio_iter_iovec(orig_bio, orig_bio->bi_iter); in btrfs_decompress_buf2page()
/linux/net/ceph/
A Dmessenger.c734 struct bio_vec bv = bio_iter_iovec(cursor->bio_iter.bio, in ceph_msg_data_bio_next()

Completed in 29 milliseconds