Home
last modified time | relevance | path

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

/linux-6.8/block/
Dblk-crypto-fallback.c61 static struct kmem_cache *bio_fallback_crypt_ctx_cache; variable
586 bio_fallback_crypt_ctx_cache = KMEM_CACHE(bio_fallback_crypt_ctx, 0); in blk_crypto_fallback_init()
587 if (!bio_fallback_crypt_ctx_cache) in blk_crypto_fallback_init()
592 bio_fallback_crypt_ctx_cache); in blk_crypto_fallback_init()
600 kmem_cache_destroy(bio_fallback_crypt_ctx_cache); in blk_crypto_fallback_init()