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

/linux-master/include/linux/
H A Dxattr.h82 int __vfs_setxattr_locked(struct mnt_idmap *, struct dentry *,
/linux-master/fs/
H A Dxattr.c262 * __vfs_setxattr_locked - set an extended attribute while holding the inode
275 __vfs_setxattr_locked(struct mnt_idmap *idmap, struct dentry *dentry, function
301 EXPORT_SYMBOL_GPL(__vfs_setxattr_locked); variable
321 error = __vfs_setxattr_locked(idmap, dentry, name, value, size,
/linux-master/fs/ecryptfs/
H A Dinode.c1055 rc = __vfs_setxattr_locked(&nop_mnt_idmap, lower_dentry, name, value, size, flags, NULL);
/linux-master/fs/nfsd/
H A Dvfs.c2489 ret = __vfs_setxattr_locked(&nop_mnt_idmap, fhp->fh_dentry,

Completed in 122 milliseconds