Home
last modified time | relevance | path

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

12

/linux-3.4.99/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);
Dstat.h33 struct stat64 { struct
/linux-3.4.99/fs/
Dstat.c331 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) in cp_new_stat64()
333 struct stat64 tmp; in cp_new_stat64()
335 memset(&tmp, 0, sizeof(struct stat64)); in cp_new_stat64()
368 SYSCALL_DEFINE2(stat64, const char __user *, filename, in SYSCALL_DEFINE2() argument
369 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
381 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
392 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
404 struct stat64 __user *, statbuf, int, flag) in SYSCALL_DEFINE4()
/linux-3.4.99/arch/sparc/include/asm/
Dstat.h25 struct stat64 { struct
73 struct stat64 { struct
/linux-3.4.99/arch/sh/include/asm/
Dstat.h45 struct stat64 { struct
102 struct stat64 { struct
/linux-3.4.99/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-3.4.99/arch/um/os-Linux/
Dfile.c18 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()
/linux-3.4.99/arch/alpha/include/asm/
Dstat.h25 struct stat64 { struct
/linux-3.4.99/arch/xtensa/include/asm/
Dstat.h37 struct stat64 { struct
/linux-3.4.99/arch/blackfin/include/asm/
Dstat.h36 struct stat64 { struct
/linux-3.4.99/include/asm-generic/
Dstat.h48 struct stat64 { struct
/linux-3.4.99/arch/avr32/include/asm/
Dstat.h48 struct stat64 { struct
/linux-3.4.99/arch/mn10300/include/asm/
Dstat.h42 struct stat64 { struct
/linux-3.4.99/arch/m68k/include/asm/
Dstat.h44 struct stat64 { struct
/linux-3.4.99/arch/cris/include/asm/
Dstat.h47 struct stat64 { struct
/linux-3.4.99/arch/h8300/include/asm/
Dstat.h44 struct stat64 { struct
/linux-3.4.99/arch/arm/include/asm/
Dstat.h56 struct stat64 { struct
/linux-3.4.99/arch/m32r/include/asm/
Dstat.h48 struct stat64 { struct
/linux-3.4.99/arch/frv/include/asm/
Dstat.h65 struct stat64 { struct
/linux-3.4.99/arch/powerpc/include/asm/
Dstat.h59 struct stat64 { struct
/linux-3.4.99/init/
Ddo_mounts.h25 struct stat64 stat; in bstat()
/linux-3.4.99/arch/s390/include/asm/
Dstat.h53 struct stat64 { struct
/linux-3.4.99/arch/tile/include/asm/
Dsyscalls.h60 long sys_fstat64(unsigned long fd, struct stat64 __user *statbuf);
/linux-3.4.99/arch/mips/include/asm/
Dstat.h51 struct stat64 { struct
/linux-3.4.99/arch/parisc/include/asm/
Dstat.h76 struct stat64 { struct

12