Home
last modified time | relevance | path

Searched refs:__vfs_setxattr_locked (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/include/linux/
Dxattr.h60 int __vfs_setxattr_locked(struct user_namespace *, struct dentry *,
/Linux-v5.15/fs/
Dxattr.c255 __vfs_setxattr_locked(struct user_namespace *mnt_userns, struct dentry *dentry, in __vfs_setxattr_locked() function
281 EXPORT_SYMBOL_GPL(__vfs_setxattr_locked);
301 error = __vfs_setxattr_locked(mnt_userns, dentry, name, value, size, in vfs_setxattr()
/Linux-v5.15/fs/ecryptfs/
Dinode.c1034 rc = __vfs_setxattr_locked(&init_user_ns, lower_dentry, name, value, size, flags, NULL); in ecryptfs_setxattr()
/Linux-v5.15/fs/nfsd/
Dvfs.c2312 ret = __vfs_setxattr_locked(&init_user_ns, fhp->fh_dentry, name, buf, in nfsd_setxattr()