Searched refs:__vfs_setxattr_locked (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/include/linux/ |
D | xattr.h | 60 int __vfs_setxattr_locked(struct user_namespace *, struct dentry *,
|
/Linux-v5.15/fs/ |
D | xattr.c | 255 __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/ |
D | inode.c | 1034 rc = __vfs_setxattr_locked(&init_user_ns, lower_dentry, name, value, size, flags, NULL); in ecryptfs_setxattr()
|
/Linux-v5.15/fs/nfsd/ |
D | vfs.c | 2312 ret = __vfs_setxattr_locked(&init_user_ns, fhp->fh_dentry, name, buf, in nfsd_setxattr()
|