Home
last modified time | relevance | path

Searched refs:do_ftruncate (Results 1 – 3 of 3) sorted by relevance

/linux/io_uring/
H A Dtruncate.c44 ret = do_ftruncate(req->file, ft->len, 1); in io_ftruncate()
/linux/fs/
H A Dinternal.h190 long do_ftruncate(struct file *file, loff_t length, int small);
H A Dopen.c160 long do_ftruncate(struct file *file, loff_t length, int small) in do_ftruncate() function
207 return do_ftruncate(fd_file(f), length, small); in do_sys_ftruncate()