Searched refs:cachefiles_xattr_cache (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/fs/cachefiles/ |
A D | xattr.c | 28 static const char cachefiles_xattr_cache[] = variable 68 ret = vfs_setxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, in cachefiles_set_object_xattr() 111 xlen = vfs_getxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, buf, tlen); in cachefiles_check_auxdata() 153 ret = vfs_removexattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache); in cachefiles_remove_object_xattr() 210 ret = vfs_setxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, in cachefiles_set_volume_xattr() 252 xlen = vfs_getxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, buf, len); in cachefiles_check_volume_xattr()
|
Completed in 4 milliseconds