Home
last modified time | relevance | path

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

/Linux-v4.19/fs/crypto/
Dcrypto.c52 struct kmem_cache *fscrypt_info_cachep; variable
470 fscrypt_info_cachep = KMEM_CACHE(fscrypt_info, SLAB_RECLAIM_ACCOUNT); in fscrypt_init()
471 if (!fscrypt_info_cachep) in fscrypt_init()
495 kmem_cache_destroy(fscrypt_info_cachep); in module_init()
Dfscrypt_private.h94 extern struct kmem_cache *fscrypt_info_cachep;
Dkeyinfo.c218 kmem_cache_free(fscrypt_info_cachep, ci); in put_crypt_info()
325 crypt_info = kmem_cache_alloc(fscrypt_info_cachep, GFP_NOFS); in fscrypt_get_encryption_info()