Home
last modified time | relevance | path

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

/fs/
Dopen.c224 static long do_sys_truncate(const char __user *pathname, loff_t length) in do_sys_truncate() function
293 return do_sys_truncate(path, (long)length); in SYSCALL_DEFINE2()
354 return do_sys_truncate(path, length); in SYSCALL_DEFINE()