Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cachefiles/
Dxattr.c46 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, type, 2, in cachefiles_check_object_type()
116 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_set_object_xattr()
144 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_update_object_xattr()
272 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_object_xattr()
/linux-4.1.27/include/linux/
Dxattr.h43 int vfs_setxattr(struct dentry *, const char *, const void *, size_t, int);
/linux-4.1.27/fs/
Dxattr.c122 vfs_setxattr(struct dentry *dentry, const char *name, const void *value, in vfs_setxattr() function
143 EXPORT_SYMBOL_GPL(vfs_setxattr);
358 error = vfs_setxattr(d, kname, kvalue, size, flags); in setxattr()
/linux-4.1.27/fs/overlayfs/
Doverlayfs.h96 int err = vfs_setxattr(dentry, name, value, size, flags); in ovl_do_setxattr()
Dinode.c245 err = vfs_setxattr(upperdentry, name, value, size, flags); in ovl_setxattr()
Dcopy_up.c74 error = vfs_setxattr(new, name, value, size, 0); in ovl_copy_xattr()
/linux-4.1.27/fs/ecryptfs/
Dinode.c1031 rc = vfs_setxattr(lower_dentry, name, value, size, flags); in ecryptfs_setxattr()