Home
last modified time | relevance | path

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

/openbmc/linux/fs/ecryptfs/
H A Dsuper.c22 struct kmem_cache *ecryptfs_inode_info_cache; variable
41 inode_info = alloc_inode_sb(sb, ecryptfs_inode_info_cache, GFP_KERNEL); in ecryptfs_alloc_inode()
45 kmem_cache_free(ecryptfs_inode_info_cache, inode_info); in ecryptfs_alloc_inode()
61 kmem_cache_free(ecryptfs_inode_info_cache, inode_info); in ecryptfs_free_inode()
H A Decryptfs_kernel.h536 extern struct kmem_cache *ecryptfs_inode_info_cache;
H A Dmain.c680 .cache = &ecryptfs_inode_info_cache,