Home
last modified time | relevance | path

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

/linux-5.10/block/
Dblk-crypto-fallback.c60 static struct kmem_cache *bio_fallback_crypt_ctx_cache; variable
569 bio_fallback_crypt_ctx_cache = KMEM_CACHE(bio_fallback_crypt_ctx, 0); in blk_crypto_fallback_init()
570 if (!bio_fallback_crypt_ctx_cache) in blk_crypto_fallback_init()
575 bio_fallback_crypt_ctx_cache); in blk_crypto_fallback_init()
583 kmem_cache_destroy(bio_fallback_crypt_ctx_cache); in blk_crypto_fallback_init()