Home
last modified time | relevance | path

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

12

/linux-6.1.9/arch/x86/kernel/
Dsys_ia32.c132 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.1.9/arch/sparc/include/uapi/asm/
Dstat.h26 struct stat64 { struct
74 struct stat64 { struct
/linux-6.1.9/fs/
Dstat.c512 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) in cp_new_stat64()
514 struct stat64 tmp; in cp_new_stat64()
547 SYSCALL_DEFINE2(stat64, const char __user *, filename, in SYSCALL_DEFINE2() argument
548 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
560 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
571 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
583 struct stat64 __user *, statbuf, int, flag) in SYSCALL_DEFINE4()
/linux-6.1.9/arch/alpha/include/uapi/asm/
Dstat.h26 struct stat64 { struct
/linux-6.1.9/arch/arm64/include/asm/
Dstat.h19 struct stat64 { struct
/linux-6.1.9/arch/xtensa/include/uapi/asm/
Dstat.h38 struct stat64 { struct
/linux-6.1.9/include/uapi/asm-generic/
Dstat.h49 struct stat64 { struct
/linux-6.1.9/arch/x86/include/asm/
Dia32.h29 struct stat64 { struct
/linux-6.1.9/arch/parisc/include/uapi/asm/
Dstat.h44 struct stat64 { struct
/linux-6.1.9/arch/sh/include/uapi/asm/
Dstat.h43 struct stat64 { struct
/linux-6.1.9/arch/m68k/include/uapi/asm/
Dstat.h45 struct stat64 { struct
/linux-6.1.9/arch/arm/include/uapi/asm/
Dstat.h57 struct stat64 { struct
/linux-6.1.9/arch/um/os-Linux/
Dfile.c25 static void copy_stat(struct uml_stat *dst, const struct stat64 *src) in copy_stat()
45 struct stat64 sbuf; in os_stat_fd()
59 struct stat64 sbuf; in os_stat_file()
62 CATCH_EINTR(err = stat64(file_name, &sbuf)); in os_stat_file()
Dstart_up.c379 struct stat64 buf; in parse_iomem()
/linux-6.1.9/arch/powerpc/include/uapi/asm/
Dstat.h60 struct stat64 { struct
/linux-6.1.9/arch/s390/include/uapi/asm/
Dstat.h52 struct stat64 { struct
/linux-6.1.9/arch/mips/include/uapi/asm/
Dstat.h52 struct stat64 { struct
/linux-6.1.9/arch/x86/include/uapi/asm/
Dstat.h42 struct stat64 { struct
/linux-6.1.9/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-6.1.9/arch/sparc/kernel/
Dsys_sparc32.c94 COMPAT_SYSCALL_DEFINE2(stat64, const char __user *, filename, in COMPAT_SYSCALL_DEFINE2() argument
/linux-6.1.9/include/linux/
Dsyscalls.h46 struct stat64;
553 asmlinkage long sys_fstat64(unsigned long fd, struct stat64 __user *statbuf);
555 struct stat64 __user *statbuf, int flag);
1109 struct stat64 __user *statbuf);
1111 struct stat64 __user *statbuf);
/linux-6.1.9/arch/xtensa/kernel/syscalls/
Dsyscall.tbl58 47 common stat64 sys_stat64
/linux-6.1.9/arch/m68k/kernel/syscalls/
Dsyscall.tbl205 195 common stat64 sys_stat64
/linux-6.1.9/arch/parisc/kernel/syscalls/
Dsyscall.tbl114 101 common stat64 sys_stat64
/linux-6.1.9/arch/sh/kernel/syscalls/
Dsyscall.tbl205 195 common stat64 sys_stat64

12