vfs_fchown
return vfs_fchown(fd_file(f), user, group);
int vfs_fchown(struct file *file, uid_t user, gid_t group);
vfs_fchown(wfile, uid, gid);