Home
last modified time | relevance | path

Searched refs:do_sys_truncate (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/fs/
A Dopen.c123 long do_sys_truncate(const char __user *pathname, loff_t length) in do_sys_truncate() function
147 return do_sys_truncate(path, length); in SYSCALL_DEFINE2()
153 return do_sys_truncate(path, length); in COMPAT_SYSCALL_DEFINE2()
219 return do_sys_truncate(path, length); in SYSCALL_DEFINE2()
/linux-6.3-rc2/include/linux/
A Dsyscalls.h1347 extern long do_sys_truncate(const char __user *pathname, loff_t length);
1351 return do_sys_truncate(pathname, length); in ksys_truncate()

Completed in 8 milliseconds