Home
last modified time | relevance | path

Searched refs:fscrypt_info_cachep (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/crypto/
H A Dcrypto.c42 struct kmem_cache *fscrypt_info_cachep; variable
379 fscrypt_info_cachep = KMEM_CACHE(fscrypt_info, SLAB_RECLAIM_ACCOUNT); in fscrypt_init()
380 if (!fscrypt_info_cachep) in fscrypt_init()
390 kmem_cache_destroy(fscrypt_info_cachep); in fscrypt_init()
H A Dkeysetup.c519 kmem_cache_free(fscrypt_info_cachep, ci); in put_crypt_info()
537 crypt_info = kmem_cache_zalloc(fscrypt_info_cachep, GFP_KERNEL); in fscrypt_setup_encryption_info()
H A Dfscrypt_private.h261 extern struct kmem_cache *fscrypt_info_cachep;
/kernel/linux/linux-6.6/fs/crypto/
H A Dcrypto.c42 struct kmem_cache *fscrypt_info_cachep; variable
394 fscrypt_info_cachep = KMEM_CACHE(fscrypt_info, SLAB_RECLAIM_ACCOUNT); in fscrypt_init()
395 if (!fscrypt_info_cachep) in fscrypt_init()
405 kmem_cache_destroy(fscrypt_info_cachep); in fscrypt_init()
H A Dkeysetup.c549 kmem_cache_free(fscrypt_info_cachep, ci); in put_crypt_info()
567 crypt_info = kmem_cache_zalloc(fscrypt_info_cachep, GFP_KERNEL); in fscrypt_setup_encryption_info()
H A Dfscrypt_private.h266 extern struct kmem_cache *fscrypt_info_cachep;

Completed in 6 milliseconds