ecryptfs_xattr_cache 554 fs/ecryptfs/ecryptfs_kernel.h extern struct kmem_cache *ecryptfs_xattr_cache; ecryptfs_xattr_cache 685 fs/ecryptfs/main.c .cache = &ecryptfs_xattr_cache, ecryptfs_xattr_cache 401 fs/ecryptfs/mmap.c struct kmem_cache *ecryptfs_xattr_cache; ecryptfs_xattr_cache 418 fs/ecryptfs/mmap.c xattr_virt = kmem_cache_alloc(ecryptfs_xattr_cache, GFP_KERNEL); ecryptfs_xattr_cache 435 fs/ecryptfs/mmap.c kmem_cache_free(ecryptfs_xattr_cache, xattr_virt);