Home
last modified time | relevance | path

Searched refs:stat64 (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/arch/x86/ia32/
Dsys_ia32.c72 static int cp_stat64(struct stat64 __user *ubuf, struct kstat *stat) in cp_stat64()
78 if (!access_ok(VERIFY_WRITE, ubuf, sizeof(struct stat64)) || in cp_stat64()
101 struct stat64 __user *, statbuf) in COMPAT_SYSCALL_DEFINE2()
112 struct stat64 __user *, statbuf) in COMPAT_SYSCALL_DEFINE2()
122 struct stat64 __user *, statbuf) in COMPAT_SYSCALL_DEFINE2()
133 struct stat64 __user *, statbuf, int, flag) in COMPAT_SYSCALL_DEFINE4()
/Linux-v4.19/arch/sparc/include/uapi/asm/
Dstat.h26 struct stat64 { struct
74 struct stat64 { struct
/Linux-v4.19/arch/sh/include/uapi/asm/
Dstat.h46 struct stat64 { struct
103 struct stat64 { struct
/Linux-v4.19/fs/
Dstat.c438 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) in cp_new_stat64()
440 struct stat64 tmp; in cp_new_stat64()
473 SYSCALL_DEFINE2(stat64, const char __user *, filename, in SYSCALL_DEFINE2() argument
474 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
486 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
497 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
509 struct stat64 __user *, statbuf, int, flag) in SYSCALL_DEFINE4()
/Linux-v4.19/arch/alpha/include/uapi/asm/
Dstat.h26 struct stat64 { struct
/Linux-v4.19/arch/arm64/include/asm/
Dstat.h30 struct stat64 { struct
/Linux-v4.19/arch/um/os-Linux/
Dfile.c20 static void copy_stat(struct uml_stat *dst, const struct stat64 *src) in copy_stat()
40 struct stat64 sbuf; in os_stat_fd()
54 struct stat64 sbuf; in os_stat_file()
57 CATCH_EINTR(err = stat64(file_name, &sbuf)); in os_stat_file()
Dstart_up.c347 struct stat64 buf; in parse_iomem()
/Linux-v4.19/arch/xtensa/include/uapi/asm/
Dstat.h38 struct stat64 { struct
/Linux-v4.19/include/uapi/asm-generic/
Dstat.h49 struct stat64 { struct
/Linux-v4.19/arch/x86/include/asm/
Dia32.h29 struct stat64 { struct
/Linux-v4.19/arch/parisc/include/uapi/asm/
Dstat.h44 struct stat64 { struct
/Linux-v4.19/arch/m68k/include/uapi/asm/
Dstat.h45 struct stat64 { struct
/Linux-v4.19/arch/arm/include/uapi/asm/
Dstat.h57 struct stat64 { struct
/Linux-v4.19/arch/powerpc/include/uapi/asm/
Dstat.h60 struct stat64 { struct
/Linux-v4.19/arch/s390/include/uapi/asm/
Dstat.h52 struct stat64 { struct
/Linux-v4.19/arch/mips/include/uapi/asm/
Dstat.h52 struct stat64 { struct
/Linux-v4.19/arch/x86/include/uapi/asm/
Dstat.h42 struct stat64 { struct
/Linux-v4.19/fs/hostfs/
Dhostfs_user.c21 static void stat64_to_hostfs(const struct stat64 *buf, struct hostfs_stat *p) in stat64_to_hostfs()
43 struct stat64 buf; in stat_file()
/Linux-v4.19/include/linux/
Dsyscalls.h49 struct stat64;
493 asmlinkage long sys_fstat64(unsigned long fd, struct stat64 __user *statbuf);
495 struct stat64 __user *statbuf, int flag);
961 struct stat64 __user *statbuf);
963 struct stat64 __user *statbuf);
/Linux-v4.19/arch/sparc/kernel/
Dsys_sparc32.c95 COMPAT_SYSCALL_DEFINE2(stat64, const char __user *, filename, in COMPAT_SYSCALL_DEFINE2() argument
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S177 ENTRY_SAME(stat64)
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl212 195 common stat64 sys_stat64 sys_oabi_stat64
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl187 195 32 stat64 - compat_sys_s390_stat64
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl187 195 32 stat64 - compat_sys_s390_stat64

12