Home
last modified time | relevance | path

Searched refs:vfs_setxattr (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/fs/cachefiles/
Dxattr.c68 ret = vfs_setxattr(&init_user_ns, dentry, cachefiles_xattr_cache, in cachefiles_set_object_xattr()
210 ret = vfs_setxattr(&init_user_ns, dentry, cachefiles_xattr_cache, in cachefiles_set_volume_xattr()
/Linux-v6.1/include/linux/
Dxattr.h63 int vfs_setxattr(struct user_namespace *, struct dentry *, const char *,
/Linux-v6.1/fs/
Dxattr.c292 vfs_setxattr(struct user_namespace *mnt_userns, struct dentry *dentry, in vfs_setxattr() function
323 EXPORT_SYMBOL_GPL(vfs_setxattr);
594 return vfs_setxattr(mnt_userns, dentry, ctx->kname->name, in do_setxattr()
/Linux-v6.1/fs/overlayfs/
Doverlayfs.h252 int err = vfs_setxattr(ovl_upper_mnt_userns(ofs), dentry, name, in ovl_do_setxattr()
/Linux-v6.1/fs/ksmbd/
Dvfs.c967 err = vfs_setxattr(user_ns, in ksmbd_vfs_setxattr()