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()417 __bio_for_each_segment(bv, bio, iter, f_ctx->crypt_iter) { in blk_crypto_fallback_decrypt_bio()439 mempool_free(f_ctx, bio_fallback_crypt_ctx_pool); in blk_crypto_fallback_decrypt_bio()453 struct bio_fallback_crypt_ctx *f_ctx = bio->bi_private; in blk_crypto_fallback_decrypt_endio() local455 bio->bi_private = f_ctx->bi_private_orig; in blk_crypto_fallback_decrypt_endio()456 bio->bi_end_io = f_ctx->bi_end_io_orig; in blk_crypto_fallback_decrypt_endio()460 mempool_free(f_ctx, bio_fallback_crypt_ctx_pool); in blk_crypto_fallback_decrypt_endio()465 INIT_WORK(&f_ctx->work, blk_crypto_fallback_decrypt_bio); in blk_crypto_fallback_decrypt_endio()[all …]