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.c42 struct kmem_cache *fscrypt_inode_info_cachep; variable
412 fscrypt_inode_info_cachep = KMEM_CACHE(fscrypt_inode_info, in fscrypt_init()
414 if (!fscrypt_inode_info_cachep) in fscrypt_init()
424 kmem_cache_destroy(fscrypt_inode_info_cachep); in fscrypt_init()
H A Dkeysetup.c551 kmem_cache_free(fscrypt_inode_info_cachep, ci); in put_crypt_info()
569 crypt_info = kmem_cache_zalloc(fscrypt_inode_info_cachep, GFP_KERNEL); in fscrypt_setup_encryption_info()
H A Dfscrypt_private.h299 extern struct kmem_cache *fscrypt_inode_info_cachep;