Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ecryptfs/
Ddentry.c66 struct kmem_cache *ecryptfs_dentry_info_cache; variable
70 kmem_cache_free(ecryptfs_dentry_info_cache, in ecryptfs_dentry_free_rcu()
Dmain.c603 root_info = kmem_cache_zalloc(ecryptfs_dentry_info_cache, GFP_KERNEL); in ecryptfs_mount()
683 .cache = &ecryptfs_dentry_info_cache,
Decryptfs_kernel.h564 extern struct kmem_cache *ecryptfs_dentry_info_cache;
Dinode.c333 dentry_info = kmem_cache_alloc(ecryptfs_dentry_info_cache, GFP_KERNEL); in ecryptfs_lookup_interpose()