Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Ddentry.c52 struct kmem_cache *ecryptfs_dentry_info_cache; variable
56 kmem_cache_free(ecryptfs_dentry_info_cache, in ecryptfs_dentry_free_rcu()
H A Dmain.c589 root_info = kmem_cache_zalloc(ecryptfs_dentry_info_cache, GFP_KERNEL); in ecryptfs_mount()
669 .cache = &ecryptfs_dentry_info_cache,
H A Decryptfs_kernel.h550 extern struct kmem_cache *ecryptfs_dentry_info_cache;
H A Dinode.c327 dentry_info = kmem_cache_alloc(ecryptfs_dentry_info_cache, GFP_KERNEL); in ecryptfs_lookup_interpose()