Searched refs:cachefiles_xattr_cache (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/cachefiles/ |
H A D | xattr.c | 18 static const char cachefiles_xattr_cache[] = variable 42 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, type, 2, in cachefiles_check_object_type() 57 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, xtype, 3); in cachefiles_check_object_type() 113 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_set_object_xattr() 143 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_update_object_xattr() 174 xlen = vfs_getxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_auxdata() 216 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_object_xattr() 273 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_object_xattr() 312 ret = vfs_removexattr(dentry, cachefiles_xattr_cache); in cachefiles_remove_object_xattr()
|
/kernel/linux/linux-6.6/fs/cachefiles/ |
H 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 1 milliseconds