Searched refs:f_ctx (Results 1 – 1 of 1) sorted by relevance
377 struct bio_fallback_crypt_ctx *f_ctx = in blk_crypto_fallback_decrypt_bio() local379 struct bio *bio = f_ctx->bio; in blk_crypto_fallback_decrypt_bio()380 struct bio_crypt_ctx *bc = &f_ctx->crypt_ctx; in blk_crypto_fallback_decrypt_bio()415 __bio_for_each_segment(bv, bio, iter, f_ctx->crypt_iter) { in blk_crypto_fallback_decrypt_bio()437 mempool_free(f_ctx, bio_fallback_crypt_ctx_pool); in blk_crypto_fallback_decrypt_bio()451 struct bio_fallback_crypt_ctx *f_ctx = bio->bi_private; in blk_crypto_fallback_decrypt_endio() local453 bio->bi_private = f_ctx->bi_private_orig; in blk_crypto_fallback_decrypt_endio()454 bio->bi_end_io = f_ctx->bi_end_io_orig; in blk_crypto_fallback_decrypt_endio()458 mempool_free(f_ctx, bio_fallback_crypt_ctx_pool); in blk_crypto_fallback_decrypt_endio()463 INIT_WORK(&f_ctx->work, blk_crypto_fallback_decrypt_bio); in blk_crypto_fallback_decrypt_endio()[all …]