Home
last modified time | relevance | path

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

/drivers/md/
Ddm-crypt.c40 struct bio *bio_out; member
658 struct bio *bio_out, struct bio *bio_in, in crypt_convert_init() argument
662 ctx->bio_out = bio_out; in crypt_convert_init()
666 ctx->idx_out = bio_out ? bio_out->bi_idx : 0; in crypt_convert_init()
695 struct bio_vec *bv_out = bio_iovec_idx(ctx->bio_out, ctx->idx_out); in crypt_convert_block()
775 ctx->idx_out < ctx->bio_out->bi_vcnt) { in crypt_convert()
1022 struct bio *clone = io->ctx.bio_out; in kcryptd_io_write()
1049 struct bio *clone = io->ctx.bio_out; in kcryptd_crypt_write_io_submit()
1098 io->ctx.bio_out = clone; in kcryptd_crypt_write_convert()