Home
last modified time | relevance | path

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

/linux-4.4.14/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
/linux-4.4.14/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()
/linux-4.4.14/arch/sh/include/uapi/asm/
Dstat.h45 struct stat64 { struct
102 struct stat64 { struct
/linux-4.4.14/arch/sparc/include/uapi/asm/
Dstat.h25 struct stat64 { struct
73 struct stat64 { struct
/linux-4.4.14/fs/
Dstat.c363 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) in cp_new_stat64()
365 struct stat64 tmp; in cp_new_stat64()
398 SYSCALL_DEFINE2(stat64, const char __user *, filename, in SYSCALL_DEFINE2() argument
399 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
411 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
422 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
434 struct stat64 __user *, statbuf, int, flag) in SYSCALL_DEFINE4()
/linux-4.4.14/drivers/staging/lustre/lustre/include/linux/
Dlustre_user.h61 typedef struct stat64 lstat_t;
/linux-4.4.14/arch/um/os-Linux/
Dfile.c19 static void copy_stat(struct uml_stat *dst, const struct stat64 *src) in copy_stat()
39 struct stat64 sbuf; in os_stat_fd()
53 struct stat64 sbuf; in os_stat_file()
56 CATCH_EINTR(err = stat64(file_name, &sbuf)); in os_stat_file()
Dstart_up.c345 struct stat64 buf; in parse_iomem()
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dstat.h25 struct stat64 { struct
/linux-4.4.14/arch/arm64/include/asm/
Dstat.h29 struct stat64 { struct
/linux-4.4.14/arch/xtensa/include/uapi/asm/
Dstat.h37 struct stat64 { struct
/linux-4.4.14/arch/blackfin/include/uapi/asm/
Dstat.h36 struct stat64 { struct
/linux-4.4.14/include/uapi/asm-generic/
Dstat.h48 struct stat64 { struct
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dstat.h43 struct stat64 { struct
/linux-4.4.14/arch/avr32/include/uapi/asm/
Dstat.h48 struct stat64 { struct
/linux-4.4.14/arch/mn10300/include/uapi/asm/
Dstat.h42 struct stat64 { struct
/linux-4.4.14/arch/m68k/include/uapi/asm/
Dstat.h44 struct stat64 { struct
/linux-4.4.14/arch/cris/include/uapi/asm/
Dstat.h47 struct stat64 { struct
/linux-4.4.14/arch/arm/include/uapi/asm/
Dstat.h56 struct stat64 { struct
/linux-4.4.14/arch/frv/include/uapi/asm/
Dstat.h65 struct stat64 { struct
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dstat.h59 struct stat64 { struct
/linux-4.4.14/init/
Ddo_mounts.h25 struct stat64 stat; in bstat()
/linux-4.4.14/arch/tile/include/asm/
Dsyscalls.h54 long sys_fstat64(unsigned long fd, struct stat64 __user *statbuf);
/linux-4.4.14/arch/m32r/include/uapi/asm/
Dstat.h48 struct stat64 { struct
/linux-4.4.14/arch/s390/include/uapi/asm/
Dstat.h51 struct stat64 { struct
/linux-4.4.14/arch/mips/include/uapi/asm/
Dstat.h51 struct stat64 { struct
/linux-4.4.14/arch/x86/include/uapi/asm/
Dstat.h41 struct stat64 { struct
/linux-4.4.14/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-4.4.14/include/linux/
Dsyscalls.h48 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.4.14/arch/parisc/kernel/
Dsyscall_table.S177 ENTRY_SAME(stat64)
/linux-4.4.14/arch/x86/entry/syscalls/
Dsyscall_32.tbl204 195 i386 stat64 sys_stat64 sys32_stat64