Symbol: stat64
arch/sparc/kernel/sys_sparc32.c
94
COMPAT_SYSCALL_DEFINE2(stat64, const char __user *, filename,
arch/um/os-Linux/file.c
26
static void copy_stat(struct uml_stat *dst, const struct stat64 *src)
arch/um/os-Linux/file.c
46
struct stat64 sbuf;
arch/um/os-Linux/file.c
60
struct stat64 sbuf;
arch/um/os-Linux/file.c
63
CATCH_EINTR(err = stat64(file_name, &sbuf));
arch/x86/kernel/sys_ia32.c
132
static int cp_stat64(struct stat64 __user *ubuf, struct kstat *stat)
arch/x86/kernel/sys_ia32.c
138
if (!user_write_access_begin(ubuf, sizeof(struct stat64)))
arch/x86/kernel/sys_ia32.c
165
struct stat64 __user *, statbuf)
arch/x86/kernel/sys_ia32.c
176
struct stat64 __user *, statbuf)
arch/x86/kernel/sys_ia32.c
186
struct stat64 __user *, statbuf)
arch/x86/kernel/sys_ia32.c
197
struct stat64 __user *, statbuf, int, flag)
fs/stat.c
616
static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf)
fs/stat.c
618
struct stat64 tmp;
fs/stat.c
651
SYSCALL_DEFINE2(stat64, const char __user *, filename,
fs/stat.c
652
struct stat64 __user *, statbuf)
fs/stat.c
664
struct stat64 __user *, statbuf)
fs/stat.c
675
SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf)
fs/stat.c
687
struct stat64 __user *, statbuf, int, flag)
include/linux/syscalls.h
1056
struct stat64 __user *statbuf);
include/linux/syscalls.h
1058
struct stat64 __user *statbuf);
include/linux/syscalls.h
46
struct stat64;
include/linux/syscalls.h
529
asmlinkage long sys_fstat64(unsigned long fd, struct stat64 __user *statbuf);
include/linux/syscalls.h
531
struct stat64 __user *statbuf, int flag);
tools/perf/util/synthetic-events.c
212
struct stat64 st;
tools/perf/util/synthetic-events.c
216
if (stat64(proc_ns, &st) == 0) {