Lines Matching refs:bio_in
41 struct bio *bio_in; member
585 if (bio_data_dir(dmreq->ctx->bio_in) == WRITE) { in crypt_iv_lmk_gen()
601 if (bio_data_dir(dmreq->ctx->bio_in) == WRITE) in crypt_iv_lmk_post()
727 if (bio_data_dir(dmreq->ctx->bio_in) != WRITE) { in crypt_iv_tcw_gen()
748 if (bio_data_dir(dmreq->ctx->bio_in) != WRITE) in crypt_iv_tcw_post()
805 struct bio *bio_out, struct bio *bio_in, in crypt_convert_init() argument
808 ctx->bio_in = bio_in; in crypt_convert_init()
810 if (bio_in) in crypt_convert_init()
811 ctx->iter_in = bio_in->bi_iter; in crypt_convert_init()
841 struct bio_vec bv_in = bio_iter_iovec(ctx->bio_in, ctx->iter_in); in crypt_convert_block()
860 bio_advance_iter(ctx->bio_in, &ctx->iter_in, 1 << SECTOR_SHIFT); in crypt_convert_block()
872 if (bio_data_dir(ctx->bio_in) == WRITE) in crypt_convert_block()