Home
last modified time | relevance | path

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

12

/arch/x86/include/asm/
Dsys_ia32.h26 asmlinkage long sys32_stat64(const char __user *, struct stat64 __user *);
27 asmlinkage long sys32_lstat64(const char __user *, struct stat64 __user *);
28 asmlinkage long sys32_fstat64(unsigned int, struct stat64 __user *);
30 struct stat64 __user *, int);
Dia32.h28 struct stat64 { struct
/arch/x86/ia32/
Dsys_ia32.c70 static int cp_stat64(struct stat64 __user *ubuf, struct kstat *stat) in cp_stat64()
76 if (!access_ok(VERIFY_WRITE, ubuf, sizeof(struct stat64)) || in cp_stat64()
99 struct stat64 __user *statbuf) in sys32_stat64()
110 struct stat64 __user *statbuf) in sys32_lstat64()
119 asmlinkage long sys32_fstat64(unsigned int fd, struct stat64 __user *statbuf) in sys32_fstat64()
129 struct stat64 __user *statbuf, int flag) in sys32_fstatat()
/arch/sh/include/uapi/asm/
Dstat.h45 struct stat64 { struct
102 struct stat64 { struct
/arch/sparc/include/uapi/asm/
Dstat.h25 struct stat64 { struct
73 struct stat64 { struct
/arch/alpha/include/uapi/asm/
Dstat.h25 struct stat64 { struct
/arch/arm64/include/asm/
Dstat.h29 struct stat64 { struct
/arch/xtensa/include/uapi/asm/
Dstat.h37 struct stat64 { struct
/arch/blackfin/include/uapi/asm/
Dstat.h36 struct stat64 { struct
/arch/parisc/include/uapi/asm/
Dstat.h43 struct stat64 { struct
/arch/avr32/include/uapi/asm/
Dstat.h48 struct stat64 { struct
/arch/m68k/include/uapi/asm/
Dstat.h44 struct stat64 { struct
/arch/mn10300/include/uapi/asm/
Dstat.h42 struct stat64 { struct
/arch/cris/include/uapi/asm/
Dstat.h47 struct stat64 { struct
/arch/arm/include/uapi/asm/
Dstat.h56 struct stat64 { struct
/arch/powerpc/include/uapi/asm/
Dstat.h59 struct stat64 { struct
/arch/frv/include/uapi/asm/
Dstat.h65 struct stat64 { struct
/arch/tile/include/asm/
Dsyscalls.h54 long sys_fstat64(unsigned long fd, struct stat64 __user *statbuf);
/arch/m32r/include/uapi/asm/
Dstat.h48 struct stat64 { struct
/arch/s390/include/uapi/asm/
Dstat.h51 struct stat64 { struct
/arch/mips/include/uapi/asm/
Dstat.h51 struct stat64 { struct
/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.c345 struct stat64 buf; in parse_iomem()
/arch/x86/include/uapi/asm/
Dstat.h41 struct stat64 { struct
/arch/parisc/kernel/
Dsyscall_table.S177 ENTRY_SAME(stat64)

12