/linux-6.12.1/arch/x86/kernel/ |
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-6.12.1/arch/sparc/include/uapi/asm/ |
D | stat.h | 26 struct stat64 { struct 74 struct stat64 { struct
|
/linux-6.12.1/arch/csky/kernel/ |
D | Makefile.syscalls | 3 syscall_abis_32 += csky time32 stat64 rlimit
|
/linux-6.12.1/arch/arc/kernel/ |
D | Makefile.syscalls | 3 syscall_abis_32 += arc time32 renameat stat64 rlimit
|
/linux-6.12.1/arch/openrisc/kernel/ |
D | Makefile.syscalls | 3 syscall_abis_32 += or1k time32 stat64 rlimit renameat
|
/linux-6.12.1/arch/hexagon/kernel/ |
D | Makefile.syscalls | 3 syscall_abis_32 += hexagon time32 stat64 rlimit renameat
|
/linux-6.12.1/arch/nios2/kernel/ |
D | Makefile.syscalls | 3 syscall_abis_32 += nios2 time32 stat64 renameat rlimit
|
/linux-6.12.1/fs/ |
D | stat.c | 585 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) in cp_new_stat64() 587 struct stat64 tmp; in cp_new_stat64() 620 SYSCALL_DEFINE2(stat64, const char __user *, filename, in SYSCALL_DEFINE2() argument 621 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2() 633 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2() 644 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf) in SYSCALL_DEFINE2() 656 struct stat64 __user *, statbuf, int, flag) in SYSCALL_DEFINE4()
|
/linux-6.12.1/arch/alpha/include/uapi/asm/ |
D | stat.h | 26 struct stat64 { struct
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | stat.h | 19 struct stat64 { struct
|
/linux-6.12.1/arch/xtensa/include/uapi/asm/ |
D | stat.h | 38 struct stat64 { struct
|
/linux-6.12.1/include/uapi/asm-generic/ |
D | stat.h | 49 struct stat64 { struct
|
/linux-6.12.1/arch/parisc/include/uapi/asm/ |
D | stat.h | 44 struct stat64 { struct
|
/linux-6.12.1/arch/sh/include/uapi/asm/ |
D | stat.h | 43 struct stat64 { struct
|
/linux-6.12.1/arch/x86/include/asm/ |
D | ia32.h | 28 struct stat64 { struct
|
/linux-6.12.1/arch/m68k/include/uapi/asm/ |
D | stat.h | 45 struct stat64 { struct
|
/linux-6.12.1/arch/arm/include/uapi/asm/ |
D | stat.h | 57 struct stat64 { struct
|
/linux-6.12.1/arch/powerpc/include/uapi/asm/ |
D | stat.h | 60 struct stat64 { struct
|
/linux-6.12.1/arch/um/os-Linux/ |
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()
|
D | start_up.c | 305 struct stat64 buf; in parse_iomem()
|
/linux-6.12.1/arch/s390/include/uapi/asm/ |
D | stat.h | 52 struct stat64 { struct
|
/linux-6.12.1/arch/mips/include/uapi/asm/ |
D | stat.h | 52 struct stat64 { struct
|
/linux-6.12.1/arch/x86/include/uapi/asm/ |
D | stat.h | 42 struct stat64 { struct
|
/linux-6.12.1/fs/hostfs/ |
D | hostfs_user.c | 21 static void stat64_to_hostfs(const struct stat64 *buf, struct hostfs_stat *p) in stat64_to_hostfs() 45 struct stat64 buf; in stat_file()
|
/linux-6.12.1/arch/arm64/tools/ |
D | syscall_64.tbl | 101 79 stat64 fstatat64 sys_fstatat64 103 80 stat64 fstat64 sys_fstat64
|