Home
last modified time | relevance | path

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

/linux/fs/crypto/
H A Dcrypto.c44 struct kmem_cache *fscrypt_inode_info_cachep; variable
398 fscrypt_inode_info_cachep = KMEM_CACHE(fscrypt_inode_info, in fscrypt_init()
400 if (!fscrypt_inode_info_cachep) in fscrypt_init()
410 kmem_cache_destroy(fscrypt_inode_info_cachep); in fscrypt_init()
H A Dkeysetup.c601 kmem_cache_free(fscrypt_inode_info_cachep, ci); in put_crypt_info()
619 crypt_info = kmem_cache_zalloc(fscrypt_inode_info_cachep, GFP_KERNEL); in fscrypt_setup_encryption_info()
H A Dfscrypt_private.h335 extern struct kmem_cache *fscrypt_inode_info_cachep;