Home
last modified time | relevance | path

Searched refs:vfs_setxattr (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/fs/cachefiles/
H A Dxattr.c42 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 Dxattr.c68 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 Dxattr.h56 int vfs_setxattr(struct dentry *, const char *, const void *, size_t, int);
/kernel/linux/linux-6.6/include/linux/
H A Dxattr.h85 int vfs_setxattr(struct mnt_idmap *, struct dentry *, const char *,
/kernel/linux/linux-5.10/fs/
H A Dxattr.c274 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 Dxattr.c305 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 Dcopy_up.c118 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 Doverlayfs.h195 int err = vfs_setxattr(dentry, name, value, size, 0); in ovl_do_setxattr()
H A Dinode.c366 err = vfs_setxattr(realdentry, name, value, size, flags); in ovl_xattr_set()
H A Ddir.c450 err = vfs_setxattr(upperdentry, name, buffer, size, XATTR_CREATE); in ovl_set_upper_acl()
/kernel/linux/linux-6.6/fs/overlayfs/
H A Doverlayfs.h299 int err = vfs_setxattr(ovl_upper_mnt_idmap(ofs), dentry, name, in ovl_do_setxattr()
/kernel/linux/linux-5.10/fs/hmdfs/
H A Dmain.c158 res = vfs_setxattr(lower_path.dentry, name, value, size, flags); in hmdfs_xattr_local_set()
H A Dhmdfs_server.c2015 err = vfs_setxattr(path.dentry, name, value, size, flags); in hmdfs_server_setxattr()
/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dinode.c1033 rc = vfs_setxattr(lower_dentry, name, value, size, flags); in ecryptfs_setxattr()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dmain.c158 res = vfs_setxattr(&nop_mnt_idmap, lower_path.dentry, name, value, size, flags); in hmdfs_xattr_local_set()
H A Dhmdfs_server.c2015 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 Dvfs.c934 err = vfs_setxattr(idmap, in ksmbd_vfs_setxattr()

Completed in 25 milliseconds