2 * SYSCALL_DEFINE2(lstat, const char __user *, filename,
3 struct __old_kernel_stat __user *, statbuf)
7 struct syscallentry syscall_lstat
= {
10 .arg1name
= "filename",
11 .arg1type
= ARG_PATHNAME
,
12 .arg2name
= "statbuf",
13 .arg2type
= ARG_ADDRESS
,
19 * SYSCALL_DEFINE2(lstat64, const char __user *, filename,
20 struct stat64 __user *, statbuf)
23 struct syscallentry syscall_lstat64
= {
26 .arg1name
= "filename",
27 .arg1type
= ARG_PATHNAME
,
28 .arg2name
= "statbuf",
29 .arg2type
= ARG_ADDRESS
,