Searched refs:bio_in (Results 1 – 1 of 1) sorted by relevance
39 struct bio *bio_in; member591 if (bio_data_dir(dmreq->ctx->bio_in) == WRITE) { in crypt_iv_lmk_gen()607 if (bio_data_dir(dmreq->ctx->bio_in) == WRITE) in crypt_iv_lmk_post()658 struct bio *bio_out, struct bio *bio_in, in crypt_convert_init() argument661 ctx->bio_in = bio_in; in crypt_convert_init()665 ctx->idx_in = bio_in ? bio_in->bi_idx : 0; in crypt_convert_init()694 struct bio_vec *bv_in = bio_iovec_idx(ctx->bio_in, ctx->idx_in); in crypt_convert_block()734 if (bio_data_dir(ctx->bio_in) == WRITE) in crypt_convert_block()774 while(ctx->idx_in < ctx->bio_in->bi_vcnt && in crypt_convert()