Searched refs:vfs_setxattr (Results 1 – 10 of 10) sorted by relevance
/fs/cachefiles/ |
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()
|
/fs/incfs/ |
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()
|
D | verity.c | 107 error = vfs_setxattr(bfc->bc_file->f_path.dentry, in incfs_end_enable_verity()
|
D | vfs.c | 1729 return vfs_setxattr(di->backing_path.dentry, name, value, size, in incfs_setxattr()
|
/fs/ |
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()
|
/fs/overlayfs/ |
D | copy_up.c | 118 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()
|
D | overlayfs.h | 197 int err = vfs_setxattr(dentry, name, value, size, 0); in ovl_do_setxattr()
|
D | inode.c | 366 err = vfs_setxattr(realdentry, name, value, size, flags); in ovl_xattr_set()
|
D | dir.c | 450 err = vfs_setxattr(upperdentry, name, buffer, size, XATTR_CREATE); in ovl_set_upper_acl()
|
/fs/ecryptfs/ |
D | inode.c | 1033 rc = vfs_setxattr(lower_dentry, name, value, size, flags); in ecryptfs_setxattr()
|