Searched refs:vfs_setxattr (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cachefiles/
H A Dxattr.c46 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, type, 2,
120 ret = vfs_setxattr(dentry, cachefiles_xattr_cache,
149 ret = vfs_setxattr(dentry, cachefiles_xattr_cache,
240 ret = vfs_setxattr(dentry, cachefiles_xattr_cache,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dxattr.h68 int vfs_setxattr(struct dentry *, const char *, const void *, size_t, int);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dxattr.c112 vfs_setxattr(struct dentry *dentry, const char *name, const void *value, function
133 EXPORT_SYMBOL_GPL(vfs_setxattr); variable
274 error = vfs_setxattr(d, kname, kvalue, size, flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dvfs.c498 error = vfs_setxattr(dentry, key, buf, len, 0);
2253 error = vfs_setxattr(fhp->fh_dentry, name, value, size, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dinode.c1110 rc = vfs_setxattr(lower_dentry, name, value, size, flags);

Completed in 113 milliseconds