Home
last modified time | relevance | path

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

/linux/fs/
A Dopen.c122 long do_sys_truncate(const char __user *pathname, loff_t length) in do_sys_truncate() function
146 return do_sys_truncate(path, length); in SYSCALL_DEFINE2()
152 return do_sys_truncate(path, length); in COMPAT_SYSCALL_DEFINE2()
221 return do_sys_truncate(path, length); in SYSCALL_DEFINE2()
/linux/include/linux/
A Dsyscalls.h1263 extern long do_sys_truncate(const char __user *pathname, loff_t length);
1267 return do_sys_truncate(pathname, length); in ksys_truncate()

Completed in 9 milliseconds