Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dblk-crypto-fallback.c60 static struct kmem_cache *bio_fallback_crypt_ctx_cache; variable
577 bio_fallback_crypt_ctx_cache = KMEM_CACHE(bio_fallback_crypt_ctx, 0); in blk_crypto_fallback_init()
578 if (!bio_fallback_crypt_ctx_cache) in blk_crypto_fallback_init()
583 bio_fallback_crypt_ctx_cache); in blk_crypto_fallback_init()
591 kmem_cache_destroy(bio_fallback_crypt_ctx_cache); in blk_crypto_fallback_init()