| /linux/arch/x86/kernel/ |
| H A D | sys_ia32.c | 132 static int cp_stat64(struct stat64 __user *ubuf, struct kstat *stat) in cp_stat64() 138 if (!user_write_access_begin(ubuf, sizeof(struct stat64))) in cp_stat64() 165 struct stat64 __user *, statbuf) in COMPAT_SYSCALL_DEFINE2() 176 struct stat64 __user *, statbuf) in COMPAT_SYSCALL_DEFINE2() 186 struct stat64 __user *, statbuf) in COMPAT_SYSCALL_DEFINE2() 197 struct stat64 __user *, statbuf, int, flag) in COMPAT_SYSCALL_DEFINE4()
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | stat.h | 26 struct stat64 { struct 74 struct stat64 { struct
|
| /linux/arch/csky/kernel/ |
| H A D | Makefile.syscalls | 3 syscall_abis_32 += csky time32 stat64 rlimit
|
| /linux/arch/openrisc/kernel/ |
| H A D | Makefile.syscalls | 3 syscall_abis_32 += or1k time32 stat64 rlimit renameat
|
| /linux/arch/nios2/kernel/ |
| H A D | Makefile.syscalls | 3 syscall_abis_32 += nios2 time32 stat64 renameat rlimit
|
| /linux/arch/arc/kernel/ |
| H A D | Makefile.syscalls | 3 syscall_abis_32 += arc time32 renameat stat64 rlimit
|
| /linux/arch/hexagon/kernel/ |
| H A D | Makefile.syscalls | 3 syscall_abis_32 += hexagon time32 stat64 rlimit renameat
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | stat.h | 26 struct stat64 { struct
|
| /linux/arch/arm64/include/asm/ |
| H A D | stat.h | 19 struct stat64 { struct
|
| /linux/arch/xtensa/include/uapi/asm/ |
| H A D | stat.h | 38 struct stat64 { struct
|
| /linux/include/uapi/asm-generic/ |
| H A D | stat.h | 49 struct stat64 { struct
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | stat.h | 44 struct stat64 { struct
|
| /linux/arch/sh/include/uapi/asm/ |
| H A D | stat.h | 43 struct stat64 { struct
|
| /linux/arch/x86/include/asm/ |
| H A D | ia32.h | 28 struct stat64 { struct
|
| /linux/arch/m68k/include/uapi/asm/ |
| H A D | stat.h | 45 struct stat64 { struct
|
| /linux/fs/ |
| H A D | stat.c | 624 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) in cp_new_stat64() 626 struct stat64 tmp; in cp_new_stat64() 659 SYSCALL_DEFINE2(stat64, const char __user *, filename, in SYSCALL_DEFINE2() argument 660 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2() 672 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2() 683 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf) in SYSCALL_DEFINE2() 695 struct stat64 __user *, statbuf, int, flag) in SYSCALL_DEFINE4()
|
| /linux/arch/arm/include/uapi/asm/ |
| H A D | stat.h | 57 struct stat64 { struct
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | stat.h | 60 struct stat64 { struct
|
| /linux/arch/um/os-Linux/ |
| H A D | file.c | 26 static void copy_stat(struct uml_stat *dst, const struct stat64 *src) in copy_stat() 46 struct stat64 sbuf; in os_stat_fd() 60 struct stat64 sbuf; in os_stat_file() 63 CATCH_EINTR(err = stat64(file_name, &sbuf)); in os_stat_file()
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | stat.h | 52 struct stat64 { struct
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | stat.h | 42 struct stat64 { struct
|
| /linux/arch/sparc/kernel/ |
| H A D | sys_sparc32.c | 94 COMPAT_SYSCALL_DEFINE2(stat64, const char __user *, filename, in COMPAT_SYSCALL_DEFINE2() argument
|
| /linux/scripts/ |
| H A D | syscall.tbl | 101 79 stat64 fstatat64 sys_fstatat64 103 80 stat64 fstat64 sys_fstat64
|
| /linux/tools/scripts/ |
| H A D | syscall.tbl | 101 79 stat64 fstatat64 sys_fstatat64 103 80 stat64 fstat64 sys_fstat64
|
| /linux/include/linux/ |
| H A D | syscalls.h | 46 struct stat64; 530 asmlinkage long sys_fstat64(unsigned long fd, struct stat64 __user *statbuf); 532 struct stat64 __user *statbuf, int flag); 1056 struct stat64 __user *statbuf); 1058 struct stat64 __user *statbuf);
|