Home
last modified time | relevance | path

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

/fs/cachefiles/
Dxattr.c42 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, type, 2, in cachefiles_check_object_type()
113 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_set_object_xattr()
143 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_update_object_xattr()
273 ret = vfs_setxattr(dentry, cachefiles_xattr_cache, in cachefiles_check_object_xattr()
/fs/
Dxattr.c209 vfs_setxattr(struct dentry *dentry, const char *name, const void *value, in vfs_setxattr() function
230 EXPORT_SYMBOL_GPL(vfs_setxattr);
451 error = vfs_setxattr(d, kname, kvalue, size, flags); in setxattr()
/fs/incfs/
Dvfs.c1251 error = vfs_setxattr(index_file_dentry, INCFS_XATTR_ID_NAME, in ioctl_create_file()
1260 error = vfs_setxattr(index_file_dentry, INCFS_XATTR_SIZE_NAME, in ioctl_create_file()
1294 error = vfs_setxattr(index_file_dentry, in ioctl_create_file()
/fs/overlayfs/
Doverlayfs.h151 int err = vfs_setxattr(dentry, name, value, size, flags); in ovl_do_setxattr()
Dinode.c355 err = vfs_setxattr(realdentry, name, value, size, flags); in ovl_xattr_set()
Dcopy_up.c109 error = vfs_setxattr(new, name, value, size, 0); in ovl_copy_xattr()
Ddir.c423 err = vfs_setxattr(upperdentry, name, buffer, size, XATTR_CREATE); in ovl_set_upper_acl()
/fs/ecryptfs/
Dinode.c1025 rc = vfs_setxattr(lower_dentry, name, value, size, flags); in ecryptfs_setxattr()