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