Searched refs:vfs_setxattr (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/cachefiles/ |
| H A D | xattr.c | 42 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 D | xattr.h | 57 int vfs_setxattr(struct dentry *, const char *, const void *, size_t, int);
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | pseudo_files.c | 610 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 D | verity.c | 107 error = vfs_setxattr(bfc->bc_file->f_path.dentry, in incfs_end_enable_verity()
|
| H A D | vfs.c | 1709 return vfs_setxattr(di->backing_path.dentry, name, value, size, in incfs_setxattr()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | xattr.c | 274 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 D | copy_up.c | 118 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 D | overlayfs.h | 197 int err = vfs_setxattr(dentry, name, value, size, 0); in ovl_do_setxattr()
|
| H A D | inode.c | 366 err = vfs_setxattr(realdentry, name, value, size, flags); in ovl_xattr_set()
|
| H A D | dir.c | 451 err = vfs_setxattr(upperdentry, name, buffer, size, XATTR_CREATE); in ovl_set_upper_acl()
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | inode.c | 1025 rc = vfs_setxattr(lower_dentry, name, value, size, flags); in ecryptfs_setxattr()
|