Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ecryptfs/
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()
Decryptfs_kernel.h536 extern struct kmem_cache *ecryptfs_inode_info_cache;
Dmain.c680 .cache = &ecryptfs_inode_info_cache,