Searched refs:ecryptfs_dentry_info_cache (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | dentry.c | 52 struct kmem_cache *ecryptfs_dentry_info_cache; variable 56 kmem_cache_free(ecryptfs_dentry_info_cache, in ecryptfs_dentry_free_rcu()
|
H A D | main.c | 589 root_info = kmem_cache_zalloc(ecryptfs_dentry_info_cache, GFP_KERNEL); in ecryptfs_mount() 669 .cache = &ecryptfs_dentry_info_cache, 670 .name = "ecryptfs_dentry_info_cache",
|
H A D | ecryptfs_kernel.h | 550 extern struct kmem_cache *ecryptfs_dentry_info_cache;
|
H A D | inode.c | 335 dentry_info = kmem_cache_alloc(ecryptfs_dentry_info_cache, GFP_KERNEL); in ecryptfs_lookup_interpose()
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | dentry.c | 52 struct kmem_cache *ecryptfs_dentry_info_cache; variable 56 kmem_cache_free(ecryptfs_dentry_info_cache, in ecryptfs_dentry_free_rcu()
|
H A D | main.c | 595 root_info = kmem_cache_zalloc(ecryptfs_dentry_info_cache, GFP_KERNEL); in ecryptfs_mount() 675 .cache = &ecryptfs_dentry_info_cache, 676 .name = "ecryptfs_dentry_info_cache",
|
H A D | ecryptfs_kernel.h | 535 extern struct kmem_cache *ecryptfs_dentry_info_cache;
|
H A D | inode.c | 335 dentry_info = kmem_cache_alloc(ecryptfs_dentry_info_cache, GFP_KERNEL); in ecryptfs_lookup_interpose()
|
Completed in 10 milliseconds