Home
last modified time | relevance | path

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

/linux/fs/ecryptfs/
H A Dmmap.c379 struct kmem_cache *ecryptfs_xattr_cache; variable
396 xattr_virt = kmem_cache_alloc(ecryptfs_xattr_cache, GFP_KERNEL); in ecryptfs_write_inode_size_to_xattr()
413 kmem_cache_free(ecryptfs_xattr_cache, xattr_virt); in ecryptfs_write_inode_size_to_xattr()