Home
last modified time | relevance | path

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

/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()