/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | stat.h | 25 unsigned long st_ctime; member 69 unsigned long st_ctime; member 101 __kernel_ulong_t st_ctime; member 129 unsigned long st_ctime; member 134 unsigned int st_ctime; member
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | stat.h | 23 unsigned long st_ctime; member 43 unsigned long st_ctime; member 72 unsigned long st_ctime; member 93 unsigned long st_ctime; member
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | stat.h | 20 long st_ctime; member 45 unsigned long st_ctime; member 65 long st_ctime; member 101 unsigned int st_ctime; member
|
/openbmc/linux/arch/sh/include/uapi/asm/ |
H A D | stat.h | 16 unsigned long st_ctime; member 34 unsigned long st_ctime; member 70 unsigned long st_ctime; member
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | stat.h | 16 unsigned long st_ctime; member 36 unsigned long st_ctime; member 72 unsigned long st_ctime; member
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | stat.h | 16 unsigned long st_ctime; member 46 unsigned long st_ctime; member 82 unsigned long st_ctime; member
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | stat.h | 26 unsigned long st_ctime; member 50 unsigned long st_ctime; member 76 int st_ctime; /* Time of last status change. */ member
|
/openbmc/u-boot/include/linux/ |
H A D | stat.h | 62 unsigned long st_ctime; /* time file status was last changed */ member 90 unsigned long st_ctime; member 120 time_t st_ctime; member 146 unsigned long st_ctime; member
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | stat.h | 39 long st_ctime; member 79 long st_ctime; member 120 unsigned int st_ctime; member
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | stat.h | 16 unsigned long st_ctime; member 44 unsigned long st_ctime; member
|
/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | stat.h | 24 unsigned long st_ctime; member 45 unsigned long st_ctime; member
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | stat.h | 32 unsigned long st_ctime; member 54 unsigned long st_ctime; /* Time of last status change. */ member
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | stat.h | 41 long st_ctime; /* Time of last status change. */ member 66 int st_ctime; /* Time of last status change. */ member
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | stat.h | 20 signed int st_ctime; member 63 signed int st_ctime; member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
H A D | uw-imap-fix-incompatible-pointer-types.patch | 31 if (sbuf.st_ctime > sbuf.st_atime) { 50 else tp[0] = (sbuf.st_ctime > sbuf.st_atime) ? sbuf.st_atime : time(0); 59 else tp[0] = (sbuf.st_ctime > sbuf.st_atime) ? sbuf.st_atime : time(0); 100 if ((sbuf.st_ctime > sbuf.st_atime) || (sbuf.st_mtime > sbuf.st_atime)) { 110 ((sbuf.st_ctime > sbuf.st_atime) || (sbuf.st_mtime > sbuf.st_atime)) ? 149 if (sbuf.st_ctime > sbuf.st_atime) { 177 else tp[0] = (sbuf.st_ctime > sbuf.st_atime) ? sbuf.st_atime : time(0); 195 else tp[0] = (sbuf.st_ctime > sbuf.st_atime) ? sbuf.st_atime : time(0); 236 if (sbuf.st_ctime > sbuf.st_atime) { 264 else tp[0] = (sbuf.st_ctime > sbuf.st_atime) ? sbuf.st_atime : time(0); [all …]
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | compat.h | 45 old_time32_t st_ctime; member 79 unsigned int st_ctime; member
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | stat.h | 44 compat_ulong_t st_ctime; member
|
H A D | compat.h | 66 old_time32_t st_ctime; member
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | ia32.h | 54 unsigned st_ctime; member
|
H A D | compat.h | 51 u32 st_ctime; member
|
/openbmc/linux/arch/s390/kernel/ |
H A D | compat_linux.c | 121 u32 st_ctime; member 145 tmp.st_ctime = (u32)stat->ctime.tv_sec; in cp_stat64()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | compat.h | 41 old_time32_t st_ctime; member
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | compat.h | 82 u32 st_ctime; member
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | compat.h | 38 old_time32_t st_ctime; member
|
/openbmc/linux/fs/ |
H A D | stat.c | 344 tmp.st_ctime = stat->ctime.tv_sec; in cp_old_stat() 421 tmp.st_ctime = stat->ctime.tv_sec; in cp_new_stat() 565 tmp.st_ctime = stat->ctime.tv_sec; in cp_new_stat64() 738 tmp.st_ctime = stat->ctime.tv_sec; in cp_compat_stat()
|