Home
last modified time | relevance | path

Searched refs:f_ctx (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/block/
Dblk-crypto-fallback.c375 struct bio_fallback_crypt_ctx *f_ctx = in blk_crypto_fallback_decrypt_bio() local
377 struct bio *bio = f_ctx->bio; in blk_crypto_fallback_decrypt_bio()
378 struct bio_crypt_ctx *bc = &f_ctx->crypt_ctx; in blk_crypto_fallback_decrypt_bio()
413 __bio_for_each_segment(bv, bio, iter, f_ctx->crypt_iter) { in blk_crypto_fallback_decrypt_bio()
435 mempool_free(f_ctx, bio_fallback_crypt_ctx_pool); in blk_crypto_fallback_decrypt_bio()
449 struct bio_fallback_crypt_ctx *f_ctx = bio->bi_private; in blk_crypto_fallback_decrypt_endio() local
451 bio->bi_private = f_ctx->bi_private_orig; in blk_crypto_fallback_decrypt_endio()
452 bio->bi_end_io = f_ctx->bi_end_io_orig; in blk_crypto_fallback_decrypt_endio()
456 mempool_free(f_ctx, bio_fallback_crypt_ctx_pool); in blk_crypto_fallback_decrypt_endio()
461 INIT_WORK(&f_ctx->work, blk_crypto_fallback_decrypt_bio); in blk_crypto_fallback_decrypt_endio()
[all …]