do_ftruncate
int do_ftruncate(struct file *file, loff_t length, int small);
return do_ftruncate(fd_file(f), length, small);
ret = do_ftruncate(req->file, ft->len, 1);