Searched refs:__vfs_setxattr_locked (Results 1 – 3 of 3) sorted by relevance
/fs/ |
D | xattr.c | 257 __vfs_setxattr_locked(struct user_namespace *mnt_userns, struct dentry *dentry, in __vfs_setxattr_locked() function 283 EXPORT_SYMBOL_GPL(__vfs_setxattr_locked); 309 error = __vfs_setxattr_locked(mnt_userns, dentry, name, value, size, in vfs_setxattr()
|
/fs/ecryptfs/ |
D | inode.c | 1042 rc = __vfs_setxattr_locked(&init_user_ns, lower_dentry, name, value, size, flags, NULL); in ecryptfs_setxattr()
|
/fs/nfsd/ |
D | vfs.c | 2254 ret = __vfs_setxattr_locked(&init_user_ns, fhp->fh_dentry, name, buf, in nfsd_setxattr()
|