Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H 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()
/openbmc/linux/include/linux/
H A Dsyscalls.h1237 extern long do_sys_truncate(const char __user *pathname, loff_t length);
1241 return do_sys_truncate(pathname, length); in ksys_truncate()