Home
last modified time | relevance | path

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

/linux-6.15/drivers/md/
H A Ddm-crypt.c58 struct bio *bio_in; member
1232 ctx->bio_in = bio_in; in crypt_convert_init()
1234 if (bio_in) in crypt_convert_init()
1235 ctx->iter_in = bio_in->bi_iter; in crypt_convert_init()
1391 ctx->bio_in->bi_bdev, s); in crypt_convert_block_aead()
1393 ctx->bio_in, s, 0); in crypt_convert_block_aead()
2058 switch (bio_op(ctx->bio_in)) { in kcryptd_crypt_write_inline()
2120 io->ctx.bio_in = clone; in kcryptd_crypt_write_convert()
2162 bio_put(io->ctx.bio_in); in kcryptd_crypt_read_done()
2247 ctx->bio_in->bi_bdev, s); in kcryptd_async_done()
[all …]