Home
last modified time | relevance | path

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

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