Searched refs:bio_iter_iovec (Results 1 – 10 of 10) sorted by relevance
| /Linux-v5.15/block/ |
| D | bounce.c | 87 fromvec = bio_iter_iovec(from, from_iter); in copy_to_high_bio_irq() 112 orig_vec = bio_iter_iovec(bio_orig, orig_iter); in bounce_end_io()
|
| D | bio.c | 1288 struct bio_vec src_bv = bio_iter_iovec(src, *src_iter); in bio_copy_data_iter() 1289 struct bio_vec dst_bv = bio_iter_iovec(dst, *dst_iter); in bio_copy_data_iter()
|
| /Linux-v5.15/include/linux/ |
| D | bio.h | 32 #define bio_iter_iovec(bio, iter) \ macro 44 #define bio_iovec(bio) bio_iter_iovec((bio), (bio)->bi_iter) 169 ((bvl = bio_iter_iovec((bio), (iter))), 1); \
|
| /Linux-v5.15/Documentation/block/ |
| D | biovecs.rst | 27 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-v5.15/drivers/md/bcache/ |
| D | debug.c | 133 cbv = bio_iter_iovec(check, citer); in bch_data_verify()
|
| /Linux-v5.15/drivers/md/ |
| D | dm-verity-target.c | 382 struct bio_vec bv = bio_iter_iovec(bio, *iter); in verity_for_io_block() 428 struct bio_vec bv = bio_iter_iovec(bio, *iter); in verity_for_bv_block()
|
| D | dm-crypt.c | 1287 struct bio_vec bv_in = bio_iter_iovec(ctx->bio_in, ctx->iter_in); in crypt_convert_block_aead() 1288 struct bio_vec bv_out = bio_iter_iovec(ctx->bio_out, ctx->iter_out); in crypt_convert_block_aead() 1383 struct bio_vec bv_in = bio_iter_iovec(ctx->bio_in, ctx->iter_in); in crypt_convert_block_skcipher() 1384 struct bio_vec bv_out = bio_iter_iovec(ctx->bio_out, ctx->iter_out); in crypt_convert_block_skcipher()
|
| D | dm-writecache.c | 1249 struct bio_vec bv = bio_iter_iovec(bio, bio->bi_iter); in bio_copy_block()
|
| /Linux-v5.15/fs/btrfs/ |
| D | compression.c | 1321 bvec = bio_iter_iovec(orig_bio, orig_bio->bi_iter); in btrfs_decompress_buf2page()
|
| /Linux-v5.15/net/ceph/ |
| D | messenger.c | 734 struct bio_vec bv = bio_iter_iovec(cursor->bio_iter.bio, in ceph_msg_data_bio_next()
|