Searched refs:st_ctime (Results 1 - 25 of 32) sorted by relevance

12

/linux-master/arch/m68k/include/uapi/asm/
H A Dstat.h16 unsigned long st_ctime; member in struct:__old_kernel_stat
36 unsigned long st_ctime; member in struct:stat
72 unsigned long st_ctime; member in struct:stat64
/linux-master/arch/sh/include/uapi/asm/
H A Dstat.h16 unsigned long st_ctime; member in struct:__old_kernel_stat
34 unsigned long st_ctime; member in struct:stat
70 unsigned long st_ctime; member in struct:stat64
/linux-master/arch/s390/include/uapi/asm/
H A Dstat.h23 unsigned long st_ctime; member in struct:__old_kernel_stat
43 unsigned long st_ctime; member in struct:stat
72 unsigned long st_ctime; member in struct:stat64
93 unsigned long st_ctime; member in struct:stat
/linux-master/arch/alpha/include/uapi/asm/
H A Dstat.h16 unsigned long st_ctime; member in struct:stat
44 unsigned long st_ctime; member in struct:stat64
/linux-master/arch/x86/include/uapi/asm/
H A Dstat.h25 unsigned long st_ctime; member in struct:stat
69 unsigned long st_ctime; member in struct:stat64
101 __kernel_ulong_t st_ctime; member in struct:stat
129 unsigned long st_ctime; member in struct:__old_kernel_stat
134 unsigned int st_ctime; member in struct:__old_kernel_stat
/linux-master/arch/arm/include/uapi/asm/
H A Dstat.h16 unsigned long st_ctime; member in struct:__old_kernel_stat
46 unsigned long st_ctime; member in struct:stat
82 unsigned long st_ctime; member in struct:stat64
/linux-master/arch/powerpc/include/uapi/asm/
H A Dstat.h26 unsigned long st_ctime; member in struct:__old_kernel_stat
50 unsigned long st_ctime; member in struct:stat
76 int st_ctime; /* Time of last status change. */ member in struct:stat64
/linux-master/arch/xtensa/include/uapi/asm/
H A Dstat.h32 unsigned long st_ctime; member in struct:stat
54 unsigned long st_ctime; /* Time of last status change. */ member in struct:stat64
/linux-master/arch/parisc/include/uapi/asm/
H A Dstat.h20 signed int st_ctime; member in struct:stat
63 signed int st_ctime; member in struct:stat64
/linux-master/include/uapi/asm-generic/
H A Dstat.h41 long st_ctime; /* Time of last status change. */ member in struct:stat
66 int st_ctime; /* Time of last status change. */ member in struct:stat64
/linux-master/arch/sparc/include/uapi/asm/
H A Dstat.h20 long st_ctime; member in struct:stat
45 unsigned long st_ctime; member in struct:stat64
65 long st_ctime; member in struct:stat
101 unsigned int st_ctime; member in struct:stat64
/linux-master/arch/mips/include/uapi/asm/
H A Dstat.h32 * Actually this should be timestruc_t st_atime, st_mtime and st_ctime
39 long st_ctime; member in struct:stat
70 * Actually this should be timestruc_t st_atime, st_mtime and st_ctime
79 long st_ctime; member in struct:stat64
80 unsigned long st_ctime_nsec; /* Reserved for st_ctime expansion */
111 * Actually this should be timestruc_t st_atime, st_mtime and st_ctime
120 unsigned int st_ctime; member in struct:stat
/linux-master/arch/arm64/include/asm/
H A Dstat.h44 compat_ulong_t st_ctime; member in struct:stat64
H A Dcompat.h66 old_time32_t st_ctime; member in struct:compat_stat
/linux-master/arch/x86/include/asm/
H A Dia32.h53 unsigned st_ctime; member in struct:stat64
H A Dcompat.h51 u32 st_ctime; member in struct:compat_stat
/linux-master/arch/sparc/include/asm/
H A Dcompat.h45 old_time32_t st_ctime; member in struct:compat_stat
79 unsigned int st_ctime; member in struct:compat_stat64
/linux-master/arch/powerpc/include/asm/
H A Dcompat.h41 old_time32_t st_ctime; member in struct:compat_stat
/linux-master/arch/mips/include/asm/
H A Dcompat.h51 old_time32_t st_ctime; member in struct:compat_stat
/linux-master/arch/parisc/include/asm/
H A Dcompat.h38 old_time32_t st_ctime; member in struct:compat_stat
/linux-master/arch/s390/include/asm/
H A Dcompat.h82 u32 st_ctime; member in struct:compat_stat
/linux-master/tools/include/nolibc/
H A Dtypes.h198 union { time_t st_ctime; struct timespec st_ctim; }; /* time of last status change */ member in union:stat::__anon756
/linux-master/arch/s390/kernel/
H A Dcompat_linux.c121 u32 st_ctime; member in struct:stat64_emu31
145 tmp.st_ctime = (u32)stat->ctime.tv_sec;
/linux-master/arch/arm/kernel/
H A Dsys_oabi-compat.c115 unsigned long st_ctime; member in struct:oldabi_stat64
142 tmp.st_ctime = stat->ctime.tv_sec;
/linux-master/fs/
H A Dstat.c349 tmp.st_ctime = stat->ctime.tv_sec;
426 tmp.st_ctime = stat->ctime.tv_sec;
570 tmp.st_ctime = stat->ctime.tv_sec;
743 tmp.st_ctime = stat->ctime.tv_sec;

Completed in 608 milliseconds

12