ecryptfs_dentry_info_cache   52 fs/ecryptfs/dentry.c struct kmem_cache *ecryptfs_dentry_info_cache;
ecryptfs_dentry_info_cache   56 fs/ecryptfs/dentry.c 	kmem_cache_free(ecryptfs_dentry_info_cache,
ecryptfs_dentry_info_cache  550 fs/ecryptfs/ecryptfs_kernel.h extern struct kmem_cache *ecryptfs_dentry_info_cache;
ecryptfs_dentry_info_cache  327 fs/ecryptfs/inode.c 	dentry_info = kmem_cache_alloc(ecryptfs_dentry_info_cache, GFP_KERNEL);
ecryptfs_dentry_info_cache  583 fs/ecryptfs/main.c 	root_info = kmem_cache_zalloc(ecryptfs_dentry_info_cache, GFP_KERNEL);
ecryptfs_dentry_info_cache  663 fs/ecryptfs/main.c 		.cache = &ecryptfs_dentry_info_cache,