vfs_fchmod
return vfs_fchmod(fd_file(f), mode);
int vfs_fchmod(struct file *file, umode_t mode);
vfs_fchmod(wfile, mode);