Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dxattr.h82 int __vfs_setxattr_locked(struct mnt_idmap *, struct dentry *,
/Linux-v6.6/fs/
Dxattr.c276 __vfs_setxattr_locked(struct mnt_idmap *idmap, struct dentry *dentry, in __vfs_setxattr_locked() function
302 EXPORT_SYMBOL_GPL(__vfs_setxattr_locked);
322 error = __vfs_setxattr_locked(idmap, dentry, name, value, size, in vfs_setxattr()
/Linux-v6.6/fs/ecryptfs/
Dinode.c1037 rc = __vfs_setxattr_locked(&nop_mnt_idmap, lower_dentry, name, value, size, flags, NULL); in ecryptfs_setxattr()
/Linux-v6.6/fs/nfsd/
Dvfs.c2390 ret = __vfs_setxattr_locked(&nop_mnt_idmap, fhp->fh_dentry, in nfsd_setxattr()