Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ecryptfs/
H A 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()
H A Decryptfs_kernel.h554 extern struct kmem_cache *ecryptfs_xattr_cache;
H A Dmain.c691 .cache = &ecryptfs_xattr_cache,
692 .name = "ecryptfs_xattr_cache",
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dmmap.c402 struct kmem_cache *ecryptfs_xattr_cache; variable
419 xattr_virt = kmem_cache_alloc(ecryptfs_xattr_cache, GFP_KERNEL); in ecryptfs_write_inode_size_to_xattr()
436 kmem_cache_free(ecryptfs_xattr_cache, xattr_virt); in ecryptfs_write_inode_size_to_xattr()
H A Decryptfs_kernel.h539 extern struct kmem_cache *ecryptfs_xattr_cache;
H A Dmain.c697 .cache = &ecryptfs_xattr_cache,
698 .name = "ecryptfs_xattr_cache",

Completed in 7 milliseconds