Searched refs:f_ctx (Results 1 – 1 of 1) sorted by relevance
379 struct bio_fallback_crypt_ctx *f_ctx = in blk_crypto_fallback_decrypt_bio() local381 struct bio *bio = f_ctx->bio; in blk_crypto_fallback_decrypt_bio()382 struct bio_crypt_ctx *bc = &f_ctx->crypt_ctx; in blk_crypto_fallback_decrypt_bio()418 __bio_for_each_segment(bv, bio, iter, f_ctx->crypt_iter) { in blk_crypto_fallback_decrypt_bio()440 mempool_free(f_ctx, bio_fallback_crypt_ctx_pool); in blk_crypto_fallback_decrypt_bio()454 struct bio_fallback_crypt_ctx *f_ctx = bio->bi_private; in blk_crypto_fallback_decrypt_endio() local456 bio->bi_private = f_ctx->bi_private_orig; in blk_crypto_fallback_decrypt_endio()457 bio->bi_end_io = f_ctx->bi_end_io_orig; in blk_crypto_fallback_decrypt_endio()461 mempool_free(f_ctx, bio_fallback_crypt_ctx_pool); in blk_crypto_fallback_decrypt_endio()466 INIT_WORK(&f_ctx->work, blk_crypto_fallback_decrypt_bio); in blk_crypto_fallback_decrypt_endio()[all …]