Home
last modified time | relevance | path

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

/linux-2.6.39/fs/cachefiles/
Dxattr.c46 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, type, 2, in cachefiles_check_object_type()
120 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_set_object_xattr()
149 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_update_object_xattr()
240 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_object_xattr()
/linux-2.6.39/include/linux/
Dxattr.h74 int vfs_setxattr(struct dentry *, const char *, const void *, size_t, int);
/linux-2.6.39/fs/
Dxattr.c112 vfs_setxattr(struct dentry *dentry, const char *name, const void *value, in vfs_setxattr() function
133 EXPORT_SYMBOL_GPL(vfs_setxattr);
274 error = vfs_setxattr(d, kname, kvalue, size, flags); in setxattr()
/linux-2.6.39/fs/nfsd/
Dvfs.c490 error = vfs_setxattr(dentry, key, buf, len, 0); in set_nfsv4_acl_one()
2244 error = vfs_setxattr(fhp->fh_dentry, name, value, size, 0); in nfsd_set_posix_acl()
/linux-2.6.39/fs/ecryptfs/
Dinode.c1014 rc = vfs_setxattr(lower_dentry, name, value, size, flags); in ecryptfs_setxattr()