Searched refs:do_ftruncate (Results 1 – 3 of 3) sorted by relevance
44 ret = do_ftruncate(req->file, ft->len, 1); in io_ftruncate()
190 long do_ftruncate(struct file *file, loff_t length, int small);
156 long do_ftruncate(struct file *file, loff_t length, int small) in do_ftruncate() function199 error = do_ftruncate(fd_file(f), length, small); in do_sys_ftruncate()