/linux-4.1.27/arch/x86/include/asm/ |
D | sys_ia32.h | 26 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);
|
D | ia32.h | 37 struct stat64 { struct
|
/linux-4.1.27/arch/x86/ia32/ |
D | sys_ia32.c | 70 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()
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | stat.h | 25 struct stat64 { struct 73 struct stat64 { struct
|
/linux-4.1.27/arch/sh/include/uapi/asm/ |
D | stat.h | 45 struct stat64 { struct 102 struct stat64 { struct
|
/linux-4.1.27/fs/ |
D | stat.c | 363 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) in cp_new_stat64() 365 struct stat64 tmp; in cp_new_stat64() 400 SYSCALL_DEFINE2(stat64, const char __user *, filename, in SYSCALL_DEFINE2() argument 401 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2() 413 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2() 424 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf) in SYSCALL_DEFINE2() 436 struct stat64 __user *, statbuf, int, flag) in SYSCALL_DEFINE4()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/linux/ |
D | lustre_user.h | 61 typedef struct stat64 lstat_t;
|
/linux-4.1.27/arch/um/os-Linux/ |
D | file.c | 18 static void copy_stat(struct uml_stat *dst, const struct stat64 *src) in copy_stat() 38 struct stat64 sbuf; in os_stat_fd() 52 struct stat64 sbuf; in os_stat_file() 55 CATCH_EINTR(err = stat64(file_name, &sbuf)); in os_stat_file()
|
D | start_up.c | 345 struct stat64 buf; in parse_iomem()
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | stat.h | 25 struct stat64 { struct
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | stat.h | 29 struct stat64 { struct
|
/linux-4.1.27/arch/xtensa/include/uapi/asm/ |
D | stat.h | 37 struct stat64 { struct
|
/linux-4.1.27/arch/blackfin/include/uapi/asm/ |
D | stat.h | 36 struct stat64 { struct
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | stat.h | 48 struct stat64 { struct
|
/linux-4.1.27/arch/avr32/include/uapi/asm/ |
D | stat.h | 48 struct stat64 { struct
|
/linux-4.1.27/arch/m68k/include/uapi/asm/ |
D | stat.h | 44 struct stat64 { struct
|
/linux-4.1.27/arch/mn10300/include/uapi/asm/ |
D | stat.h | 42 struct stat64 { struct
|
/linux-4.1.27/arch/cris/include/uapi/asm/ |
D | stat.h | 47 struct stat64 { struct
|
/linux-4.1.27/arch/arm/include/uapi/asm/ |
D | stat.h | 56 struct stat64 { struct
|
/linux-4.1.27/arch/frv/include/uapi/asm/ |
D | stat.h | 65 struct stat64 { struct
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | stat.h | 59 struct stat64 { struct
|
/linux-4.1.27/arch/tile/include/asm/ |
D | syscalls.h | 54 long sys_fstat64(unsigned long fd, struct stat64 __user *statbuf);
|
/linux-4.1.27/init/ |
D | do_mounts.h | 25 struct stat64 stat; in bstat()
|
/linux-4.1.27/arch/m32r/include/uapi/asm/ |
D | stat.h | 48 struct stat64 { struct
|
/linux-4.1.27/arch/s390/include/uapi/asm/ |
D | stat.h | 51 struct stat64 { struct
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
D | stat.h | 74 struct stat64 { struct
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | stat.h | 51 struct stat64 { struct
|
/linux-4.1.27/arch/x86/include/uapi/asm/ |
D | stat.h | 41 struct stat64 { struct
|
/linux-4.1.27/fs/hostfs/ |
D | hostfs_user.c | 21 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-4.1.27/include/linux/ |
D | syscalls.h | 48 struct stat64; 415 struct stat64 __user *statbuf); 416 asmlinkage long sys_fstat64(unsigned long fd, struct stat64 __user *statbuf); 418 struct stat64 __user *statbuf); 420 struct stat64 __user *statbuf, int flag);
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 177 ENTRY_SAME(stat64)
|
/linux-4.1.27/arch/x86/syscalls/ |
D | syscall_32.tbl | 204 195 i386 stat64 sys_stat64 sys32_stat64
|