Home
last modified time | relevance | path

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

12

/Linux-v5.4/arch/x86/ia32/
Dsys_ia32.c72 static int cp_stat64(struct stat64 __user *ubuf, struct kstat *stat) in cp_stat64()
78 if (!access_ok(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-v5.4/arch/sh/include/uapi/asm/
Dstat.h46 struct stat64 { struct
103 struct stat64 { struct
/Linux-v5.4/arch/sparc/include/uapi/asm/
Dstat.h26 struct stat64 { struct
74 struct stat64 { struct
/Linux-v5.4/fs/
Dstat.c443 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) in cp_new_stat64()
445 struct stat64 tmp; in cp_new_stat64()
478 SYSCALL_DEFINE2(stat64, const char __user *, filename, in SYSCALL_DEFINE2() argument
479 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
491 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
502 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
514 struct stat64 __user *, statbuf, int, flag) in SYSCALL_DEFINE4()
/Linux-v5.4/arch/alpha/include/uapi/asm/
Dstat.h26 struct stat64 { struct
/Linux-v5.4/arch/arm64/include/asm/
Dstat.h19 struct stat64 { struct
/Linux-v5.4/arch/xtensa/include/uapi/asm/
Dstat.h38 struct stat64 { struct
/Linux-v5.4/include/uapi/asm-generic/
Dstat.h49 struct stat64 { struct
/Linux-v5.4/arch/x86/include/asm/
Dia32.h29 struct stat64 { struct
/Linux-v5.4/arch/parisc/include/uapi/asm/
Dstat.h44 struct stat64 { struct
/Linux-v5.4/arch/um/os-Linux/
Dfile.c21 static void copy_stat(struct uml_stat *dst, const struct stat64 *src) in copy_stat()
41 struct stat64 sbuf; in os_stat_fd()
55 struct stat64 sbuf; in os_stat_file()
58 CATCH_EINTR(err = stat64(file_name, &sbuf)); in os_stat_file()
Dstart_up.c347 struct stat64 buf; in parse_iomem()
/Linux-v5.4/arch/m68k/include/uapi/asm/
Dstat.h45 struct stat64 { struct
/Linux-v5.4/arch/arm/include/uapi/asm/
Dstat.h57 struct stat64 { struct
/Linux-v5.4/arch/powerpc/include/uapi/asm/
Dstat.h60 struct stat64 { struct
/Linux-v5.4/arch/s390/include/uapi/asm/
Dstat.h52 struct stat64 { struct
/Linux-v5.4/arch/mips/include/uapi/asm/
Dstat.h52 struct stat64 { struct
/Linux-v5.4/arch/x86/include/uapi/asm/
Dstat.h42 struct stat64 { struct
/Linux-v5.4/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-v5.4/arch/sparc/kernel/
Dsys_sparc32.c95 COMPAT_SYSCALL_DEFINE2(stat64, const char __user *, filename, in COMPAT_SYSCALL_DEFINE2() argument
/Linux-v5.4/include/linux/
Dsyscalls.h47 struct stat64;
517 asmlinkage long sys_fstat64(unsigned long fd, struct stat64 __user *statbuf);
519 struct stat64 __user *statbuf, int flag);
1053 struct stat64 __user *statbuf);
1055 struct stat64 __user *statbuf);
/Linux-v5.4/arch/xtensa/kernel/syscalls/
Dsyscall.tbl58 47 common stat64 sys_stat64
/Linux-v5.4/arch/m68k/kernel/syscalls/
Dsyscall.tbl205 195 common stat64 sys_stat64
/Linux-v5.4/arch/sh/kernel/syscalls/
Dsyscall.tbl205 195 common stat64 sys_stat64
/Linux-v5.4/arch/sparc/kernel/syscalls/
Dsyscall.tbl175 139 common stat64 sys_stat64 compat_sys_stat64

12