Searched refs:bio_in (Results 1 – 1 of 1) sorted by relevance
48 struct bio *bio_in; member502 if (bio_data_dir(dmreq->ctx->bio_in) == WRITE) { in crypt_iv_lmk_gen()520 if (bio_data_dir(dmreq->ctx->bio_in) == WRITE) in crypt_iv_lmk_post()651 if (bio_data_dir(dmreq->ctx->bio_in) != WRITE) { in crypt_iv_tcw_gen()674 if (bio_data_dir(dmreq->ctx->bio_in) != WRITE) in crypt_iv_tcw_post()888 struct bio *bio_out, struct bio *bio_in, in crypt_convert_init() argument891 ctx->bio_in = bio_in; in crypt_convert_init()893 if (bio_in) in crypt_convert_init()894 ctx->iter_in = bio_in->bi_iter; in crypt_convert_init()965 struct bio_vec bv_in = bio_iter_iovec(ctx->bio_in, ctx->iter_in); in crypt_convert_block_aead()[all …]