/kernel/linux/linux-5.10/fs/cachefiles/ |
H A D | xattr.c | 42 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, type, 2, 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() 273 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_object_xattr()
|
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A D | xattr.c | 68 ret = vfs_setxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, in cachefiles_set_object_xattr() 210 ret = vfs_setxattr(&nop_mnt_idmap, dentry, cachefiles_xattr_cache, in cachefiles_set_volume_xattr()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | xattr.h | 56 int vfs_setxattr(struct dentry *, const char *, const void *, size_t, int);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | xattr.h | 85 int vfs_setxattr(struct mnt_idmap *, struct dentry *, const char *,
|
/kernel/linux/linux-5.10/fs/ |
H A D | xattr.c | 274 vfs_setxattr(struct dentry *dentry, const char *name, const void *value, in vfs_setxattr() function 294 EXPORT_SYMBOL_GPL(vfs_setxattr); variable 548 error = vfs_setxattr(d, kname, kvalue, size, flags); in setxattr()
|
/kernel/linux/linux-6.6/fs/ |
H A D | xattr.c | 305 vfs_setxattr(struct mnt_idmap *idmap, struct dentry *dentry, in vfs_setxattr() function 336 EXPORT_SYMBOL_GPL(vfs_setxattr); variable 630 return vfs_setxattr(idmap, dentry, ctx->kname->name, in do_setxattr()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | copy_up.c | 118 error = vfs_setxattr(new, name, value, size, 0); in ovl_copy_xattr() 848 err = vfs_setxattr(upperpath.dentry, XATTR_NAME_CAPS, in ovl_copy_up_meta_inode_data()
|
H A D | overlayfs.h | 195 int err = vfs_setxattr(dentry, name, value, size, 0); in ovl_do_setxattr()
|
H A D | inode.c | 366 err = vfs_setxattr(realdentry, name, value, size, flags); in ovl_xattr_set()
|
H A D | dir.c | 450 err = vfs_setxattr(upperdentry, name, buffer, size, XATTR_CREATE); in ovl_set_upper_acl()
|
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | overlayfs.h | 299 int err = vfs_setxattr(ovl_upper_mnt_idmap(ofs), dentry, name, in ovl_do_setxattr()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | main.c | 158 res = vfs_setxattr(lower_path.dentry, name, value, size, flags); in hmdfs_xattr_local_set()
|
H A D | hmdfs_server.c | 2015 err = vfs_setxattr(path.dentry, name, value, size, flags); in hmdfs_server_setxattr()
|
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | inode.c | 1033 rc = vfs_setxattr(lower_dentry, name, value, size, flags); in ecryptfs_setxattr()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | main.c | 158 res = vfs_setxattr(&nop_mnt_idmap, lower_path.dentry, name, value, size, flags); in hmdfs_xattr_local_set()
|
H A D | hmdfs_server.c | 2015 err = vfs_setxattr(&nop_mnt_idmap, path.dentry, name, value, size, flags); in hmdfs_server_setxattr()
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | vfs.c | 934 err = vfs_setxattr(idmap, in ksmbd_vfs_setxattr()
|