Home
last modified time | relevance | path

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

123

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/
H A D0001-cow.c-Replace-stat64-with-stat.patch4 Subject: [PATCH] cow.c: Replace stat64 with stat
7 therefore switch to using stat API which is same as stat64 these days
21 - struct stat64 buf;
30 - err = stat64(header->backing_file, &buf);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/inotify-tools/inotify-tools/
H A D0003-replace-stat64-lstat64-with-stat-lstat.patch4 Subject: [PATCH] replace stat64/lstat64 with stat/lstat
28 - static struct stat64 my_stat;
45 - static struct stat64 my_stat;
62 -#define stat64 stat
78 -#define stat64 stat
93 - static struct stat64 my_stat;
110 -#define stat64 stat
/openbmc/linux/arch/x86/kernel/
H A 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()
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dstat.h26 struct stat64 { struct
74 struct stat64 { struct
/openbmc/openbmc/poky/meta/recipes-bsp/acpid/acpid/
H A D0001-Replace-stat64-with-stat.patch4 Subject: [PATCH] Replace stat64 with stat
25 - struct stat64 st;
/openbmc/linux/fs/
H A Dstat.c538 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) in cp_new_stat64()
540 struct stat64 tmp; in cp_new_stat64()
573 SYSCALL_DEFINE2(stat64, const char __user *, filename, in SYSCALL_DEFINE2() argument
574 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
586 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
597 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
609 struct stat64 __user *, statbuf, int, flag) in SYSCALL_DEFINE4()
/openbmc/qemu/configs/targets/
H A Dor1k-linux-user.mak3 TARGET_SYSTBL_ABI=common,32,or1k,time32,stat64,rlimit,renameat
H A Dhexagon-linux-user.mak4 TARGET_SYSTBL_ABI=common,32,hexagon,time32,stat64,rlimit,renameat
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-stat64.patch6 --- rdist-6.1.5/src/filesys.c.stat64 2005-05-04 14:11:03.000000000 +0200
19 --- rdist-6.1.5/src/server.c.stat64 2005-05-04 14:11:23.000000000 +0200
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dstat.h26 struct stat64 { struct
/openbmc/linux/arch/arm64/include/asm/
H A Dstat.h19 struct stat64 { struct
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dstat.h38 struct stat64 { struct
/openbmc/linux/include/uapi/asm-generic/
H A Dstat.h49 struct stat64 { struct
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dstat.h44 struct stat64 { struct
/openbmc/linux/arch/um/os-Linux/
H A 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()
/openbmc/linux/arch/sh/include/uapi/asm/
H A Dstat.h43 struct stat64 { struct
/openbmc/linux/arch/x86/include/asm/
H A Dia32.h29 struct stat64 { struct
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dstat.h45 struct stat64 { struct
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dstat.h57 struct stat64 { struct
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dstat.h60 struct stat64 { struct
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dstat.h52 struct stat64 { struct
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dstat.h52 struct stat64 { struct
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/inotify-tools/
H A Dinotify-tools_3.22.6.0.bb12 file://0003-replace-stat64-lstat64-with-stat-lstat.patch \
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dstat.h42 struct stat64 { struct
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/
H A Duml-utilities_20040406.bb11 file://0001-cow.c-Replace-stat64-with-stat.patch \

123