Home
last modified time | relevance | path

Searched refs:ecryptfs_xattr_cache (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/ecryptfs/
Dmmap.c401 struct kmem_cache *ecryptfs_xattr_cache; variable
418 xattr_virt = kmem_cache_alloc(ecryptfs_xattr_cache, GFP_KERNEL); in ecryptfs_write_inode_size_to_xattr()
435 kmem_cache_free(ecryptfs_xattr_cache, xattr_virt); in ecryptfs_write_inode_size_to_xattr()
Decryptfs_kernel.h554 extern struct kmem_cache *ecryptfs_xattr_cache;
Dmain.c685 .cache = &ecryptfs_xattr_cache,