Searched refs:ecryptfs_dentry_info_cache (Results 1 – 4 of 4) sorted by relevance
62 struct kmem_cache *ecryptfs_dentry_info_cache; variable66 kmem_cache_free(ecryptfs_dentry_info_cache, in ecryptfs_dentry_free_rcu()
547 root_info = kmem_cache_zalloc(ecryptfs_dentry_info_cache, GFP_KERNEL); in ecryptfs_get_tree()671 .cache = &ecryptfs_dentry_info_cache,
535 extern struct kmem_cache *ecryptfs_dentry_info_cache;
335 dentry_info = kmem_cache_alloc(ecryptfs_dentry_info_cache, GFP_KERNEL); in ecryptfs_lookup_interpose()
Completed in 10 milliseconds