stat64             95 arch/sparc/kernel/sys_sparc32.c COMPAT_SYSCALL_DEFINE2(stat64, const char __user *, filename,
stat64             22 arch/um/os-Linux/file.c static void copy_stat(struct uml_stat *dst, const struct stat64 *src)
stat64             42 arch/um/os-Linux/file.c 	struct stat64 sbuf;
stat64             56 arch/um/os-Linux/file.c 	struct stat64 sbuf;
stat64             59 arch/um/os-Linux/file.c 	CATCH_EINTR(err = stat64(file_name, &sbuf));
stat64            347 arch/um/os-Linux/start_up.c 	struct stat64 buf;
stat64             72 arch/x86/ia32/sys_ia32.c static int cp_stat64(struct stat64 __user *ubuf, struct kstat *stat)
stat64             78 arch/x86/ia32/sys_ia32.c 	if (!access_ok(ubuf, sizeof(struct stat64)) ||
stat64            101 arch/x86/ia32/sys_ia32.c 		       struct stat64 __user *, statbuf)
stat64            112 arch/x86/ia32/sys_ia32.c 		       struct stat64 __user *, statbuf)
stat64            122 arch/x86/ia32/sys_ia32.c 		       struct stat64 __user *, statbuf)
stat64            133 arch/x86/ia32/sys_ia32.c 		       struct stat64 __user *, statbuf, int, flag)
stat64             21 fs/hostfs/hostfs_user.c static void stat64_to_hostfs(const struct stat64 *buf, struct hostfs_stat *p)
stat64             43 fs/hostfs/hostfs_user.c 	struct stat64 buf;
stat64            443 fs/stat.c      static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf)
stat64            445 fs/stat.c      	struct stat64 tmp;
stat64            478 fs/stat.c      SYSCALL_DEFINE2(stat64, const char __user *, filename,
stat64            479 fs/stat.c      		struct stat64 __user *, statbuf)
stat64            491 fs/stat.c      		struct stat64 __user *, statbuf)
stat64            502 fs/stat.c      SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf)
stat64            514 fs/stat.c      		struct stat64 __user *, statbuf, int, flag)
stat64             47 include/linux/syscalls.h struct stat64;
stat64            517 include/linux/syscalls.h asmlinkage long sys_fstat64(unsigned long fd, struct stat64 __user *statbuf);
stat64            519 include/linux/syscalls.h 			       struct stat64 __user *statbuf, int flag);
stat64           1053 include/linux/syscalls.h 				struct stat64 __user *statbuf);
stat64           1055 include/linux/syscalls.h 				struct stat64 __user *statbuf);
stat64            194 tools/perf/util/synthetic-events.c 	struct stat64 st;
stat64            198 tools/perf/util/synthetic-events.c 	if (stat64(proc_ns, &st) == 0) {