Home
last modified time | relevance | path

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

/linux/fs/crypto/
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()
A Dkeysetup.c531 kmem_cache_free(fscrypt_info_cachep, ci); in put_crypt_info()
549 crypt_info = kmem_cache_zalloc(fscrypt_info_cachep, GFP_KERNEL); in fscrypt_setup_encryption_info()
A Dfscrypt_private.h266 extern struct kmem_cache *fscrypt_info_cachep;

Completed in 8 milliseconds