Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
H A Dxattr.h55 int __vfs_setxattr_locked(struct dentry *, const char *, const void *, size_t, int, struct inode **);
/kernel/linux/linux-6.6/include/linux/
H A Dxattr.h82 int __vfs_setxattr_locked(struct mnt_idmap *, struct dentry *,
/kernel/linux/linux-5.10/fs/
H A Dxattr.c235 * __vfs_setxattr_locked - set an extended attribute while holding the inode
247 __vfs_setxattr_locked(struct dentry *dentry, const char *name, in __vfs_setxattr_locked() function
271 EXPORT_SYMBOL_GPL(__vfs_setxattr_locked); variable
283 error = __vfs_setxattr_locked(dentry, name, value, size, flags, in vfs_setxattr()
/kernel/linux/linux-6.6/fs/
H A Dxattr.c263 * __vfs_setxattr_locked - set an extended attribute while holding the inode
276 __vfs_setxattr_locked(struct mnt_idmap *idmap, struct dentry *dentry, in __vfs_setxattr_locked() function
302 EXPORT_SYMBOL_GPL(__vfs_setxattr_locked); variable
322 error = __vfs_setxattr_locked(idmap, dentry, name, value, size, in vfs_setxattr()
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dinode.c1053 rc = __vfs_setxattr_locked(&nop_mnt_idmap, lower_dentry, name, value, size, flags, NULL); in ecryptfs_setxattr()
/kernel/linux/linux-5.10/fs/nfsd/
H A Dvfs.c2314 ret = __vfs_setxattr_locked(fhp->fh_dentry, name, buf, len, flags, in nfsd_setxattr()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dvfs.c2381 ret = __vfs_setxattr_locked(&nop_mnt_idmap, fhp->fh_dentry, in nfsd_setxattr()

Completed in 12 milliseconds