Home
last modified time | relevance | path

Searched refs:st_ctime (Results 1 – 25 of 45) sorted by relevance

12

/openbmc/linux/arch/x86/include/uapi/asm/
H A Dstat.h25 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 Dstat.h23 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 Dstat.h20 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 Dstat.h16 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 Dstat.h16 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 Dstat.h16 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 Dstat.h26 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 Dstat.h62 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 Dstat.h39 long st_ctime; member
79 long st_ctime; member
120 unsigned int st_ctime; member
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dstat.h16 unsigned long st_ctime; member
44 unsigned long st_ctime; member
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dstat.h24 unsigned long st_ctime; member
45 unsigned long st_ctime; member
/openbmc/linux/arch/xtensa/include/uapi/asm/
H A Dstat.h32 unsigned long st_ctime; member
54 unsigned long st_ctime; /* Time of last status change. */ member
/openbmc/linux/include/uapi/asm-generic/
H A Dstat.h41 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 Dstat.h20 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 Duw-imap-fix-incompatible-pointer-types.patch31 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 Dcompat.h45 old_time32_t st_ctime; member
79 unsigned int st_ctime; member
/openbmc/linux/arch/arm64/include/asm/
H A Dstat.h44 compat_ulong_t st_ctime; member
H A Dcompat.h66 old_time32_t st_ctime; member
/openbmc/linux/arch/x86/include/asm/
H A Dia32.h54 unsigned st_ctime; member
H A Dcompat.h51 u32 st_ctime; member
/openbmc/linux/arch/s390/kernel/
H A Dcompat_linux.c121 u32 st_ctime; member
145 tmp.st_ctime = (u32)stat->ctime.tv_sec; in cp_stat64()
/openbmc/linux/arch/powerpc/include/asm/
H A Dcompat.h41 old_time32_t st_ctime; member
/openbmc/linux/arch/s390/include/asm/
H A Dcompat.h82 u32 st_ctime; member
/openbmc/linux/arch/parisc/include/asm/
H A Dcompat.h38 old_time32_t st_ctime; member
/openbmc/linux/fs/
H A Dstat.c344 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()

12