Searched refs:vfs_setxattr (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/fs/cachefiles/ |
D | xattr.c | 46 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/ |
D | xattr.h | 74 int vfs_setxattr(struct dentry *, const char *, const void *, size_t, int);
|
/linux-2.6.39/fs/ |
D | xattr.c | 112 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/ |
D | vfs.c | 490 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/ |
D | inode.c | 1014 rc = vfs_setxattr(lower_dentry, name, value, size, flags); in ecryptfs_setxattr()
|