Home
last modified time | relevance | path

Searched refs:vfs_setxattr (Results 1 – 10 of 10) 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/incfs/
Dpseudo_files.c610 error = vfs_setxattr(index_file_dentry, INCFS_XATTR_ID_NAME, in ioctl_create_file()
619 error = vfs_setxattr(index_file_dentry, INCFS_XATTR_SIZE_NAME, in ioctl_create_file()
647 error = vfs_setxattr(index_file_dentry, in ioctl_create_file()
878 error = vfs_setxattr(file_dentry, INCFS_XATTR_SIZE_NAME, in ioctl_create_mapped_file()
Dverity.c107 error = vfs_setxattr(bfc->bc_file->f_path.dentry, in incfs_end_enable_verity()
Dvfs.c1729 return vfs_setxattr(di->backing_path.dentry, name, value, size, in incfs_setxattr()
/fs/
Dxattr.c274 vfs_setxattr(struct dentry *dentry, const char *name, const void *value, in vfs_setxattr() function
294 EXPORT_SYMBOL_NS_GPL(vfs_setxattr, ANDROID_GKI_VFS_EXPORT_ONLY);
548 error = vfs_setxattr(d, kname, kvalue, size, flags); in setxattr()
/fs/overlayfs/
Dcopy_up.c118 error = vfs_setxattr(new, name, value, size, 0); in ovl_copy_xattr()
848 err = vfs_setxattr(upperpath.dentry, XATTR_NAME_CAPS, in ovl_copy_up_meta_inode_data()
Doverlayfs.h197 int err = vfs_setxattr(dentry, name, value, size, 0); in ovl_do_setxattr()
Dinode.c366 err = vfs_setxattr(realdentry, name, value, size, flags); in ovl_xattr_set()
Ddir.c450 err = vfs_setxattr(upperdentry, name, buffer, size, XATTR_CREATE); in ovl_set_upper_acl()
/fs/ecryptfs/
Dinode.c1033 rc = vfs_setxattr(lower_dentry, name, value, size, flags); in ecryptfs_setxattr()