Home
last modified time | relevance | path

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

/linux/fs/
A Dopen.c121 long do_sys_truncate(const char __user *pathname, loff_t length) in do_sys_truncate() function
145 return do_sys_truncate(path, length); in SYSCALL_DEFINE2()
151 return do_sys_truncate(path, length); in COMPAT_SYSCALL_DEFINE2()
217 return do_sys_truncate(path, length); in SYSCALL_DEFINE2()
/linux/include/linux/
A Dsyscalls.h1346 extern long do_sys_truncate(const char __user *pathname, loff_t length);
1350 return do_sys_truncate(pathname, length); in ksys_truncate()
/linux/
A DSystem.map8398 ffff800010243360 t do_sys_truncate.part.0
8399 ffff800010243434 T do_sys_truncate
A D.tmp_System.map8398 ffff800010243360 t do_sys_truncate.part.0
8399 ffff800010243434 T do_sys_truncate

Completed in 293 milliseconds