Lines Matching refs:bio_in

48 	struct bio *bio_in;  member
502 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() argument
891 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()
1013 if (cc->integrity_iv_size && bio_data_dir(ctx->bio_in) != WRITE) { in crypt_convert_block_aead()
1028 if (bio_data_dir(ctx->bio_in) == WRITE) { in crypt_convert_block_aead()
1043 DMERR_LIMIT("%s: INTEGRITY AEAD ERROR, sector %llu", bio_devname(ctx->bio_in, b), in crypt_convert_block_aead()
1050 bio_advance_iter(ctx->bio_in, &ctx->iter_in, cc->sector_size); in crypt_convert_block_aead()
1061 struct bio_vec bv_in = bio_iter_iovec(ctx->bio_in, ctx->iter_in); in crypt_convert_block_skcipher()
1100 if (cc->integrity_iv_size && bio_data_dir(ctx->bio_in) != WRITE) { in crypt_convert_block_skcipher()
1116 if (bio_data_dir(ctx->bio_in) == WRITE) in crypt_convert_block_skcipher()
1124 bio_advance_iter(ctx->bio_in, &ctx->iter_in, cc->sector_size); in crypt_convert_block_skcipher()
1689 DMERR_LIMIT("%s: INTEGRITY AEAD ERROR, sector %llu", bio_devname(ctx->bio_in, b), in kcryptd_async_done()