Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cachefiles/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dxattr.h57 int vfs_setxattr(struct dentry *, const char *, const void *, size_t, int);
/OK3568_Linux_fs/kernel/fs/incfs/
H A 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()
H A Dverity.c107 error = vfs_setxattr(bfc->bc_file->f_path.dentry, in incfs_end_enable_verity()
H A Dvfs.c1709 return vfs_setxattr(di->backing_path.dentry, name, value, size, in incfs_setxattr()
/OK3568_Linux_fs/kernel/fs/
H A 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()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dcopy_up.c118 error = vfs_setxattr(new, name, value, size, 0); in ovl_copy_xattr()
846 err = vfs_setxattr(upperpath.dentry, XATTR_NAME_CAPS, in ovl_copy_up_meta_inode_data()
H A Doverlayfs.h197 int err = vfs_setxattr(dentry, name, value, size, 0); in ovl_do_setxattr()
H A Dinode.c366 err = vfs_setxattr(realdentry, name, value, size, flags); in ovl_xattr_set()
H A Ddir.c451 err = vfs_setxattr(upperdentry, name, buffer, size, XATTR_CREATE); in ovl_set_upper_acl()
/OK3568_Linux_fs/kernel/fs/ecryptfs/
H A Dinode.c1025 rc = vfs_setxattr(lower_dentry, name, value, size, flags); in ecryptfs_setxattr()