Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dxattr.h56 int __vfs_setxattr_locked(struct dentry *, const char *, const void *, size_t, int, struct inode **…
/OK3568_Linux_fs/kernel/fs/
H A Dxattr.c247 __vfs_setxattr_locked(struct dentry *dentry, const char *name, in __vfs_setxattr_locked() function
271 EXPORT_SYMBOL_GPL(__vfs_setxattr_locked);
283 error = __vfs_setxattr_locked(dentry, name, value, size, flags, in vfs_setxattr()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dvfs.c2314 ret = __vfs_setxattr_locked(fhp->fh_dentry, name, buf, len, flags, in nfsd_setxattr()