Home
last modified time | relevance | path

Searched refs:st_mtime (Results 1 – 25 of 29) sorted by relevance

12

/linux/arch/x86/include/uapi/asm/
H A Dstat.h23 unsigned long st_mtime; member
66 unsigned long st_mtime; member
99 __kernel_ulong_t st_mtime; member
128 unsigned long st_mtime; member
133 unsigned int st_mtime; member
/linux/arch/sparc/include/uapi/asm/
H A Dstat.h19 long st_mtime; member
43 unsigned long st_mtime; member
63 long st_mtime; member
98 unsigned int st_mtime; member
/linux/arch/sh/include/uapi/asm/
H A Dstat.h15 unsigned long st_mtime; member
32 unsigned long st_mtime; member
67 unsigned long st_mtime; member
/linux/arch/m68k/include/uapi/asm/
H A Dstat.h15 unsigned long st_mtime; member
34 unsigned long st_mtime; member
69 unsigned long st_mtime; member
/linux/arch/arm/include/uapi/asm/
H A Dstat.h15 unsigned long st_mtime; member
44 unsigned long st_mtime; member
79 unsigned long st_mtime; member
/linux/arch/powerpc/include/uapi/asm/
H A Dstat.h25 unsigned long st_mtime; member
48 unsigned long st_mtime; member
74 int st_mtime; /* Time of last modification. */ member
/linux/arch/mips/include/uapi/asm/
H A Dstat.h37 long st_mtime; member
76 long st_mtime; member
117 unsigned int st_mtime; member
/linux/arch/alpha/include/uapi/asm/
H A Dstat.h15 unsigned long st_mtime; member
42 unsigned long st_mtime; member
/linux/arch/xtensa/include/uapi/asm/
H A Dstat.h30 unsigned long st_mtime; member
52 unsigned long st_mtime; /* Time of last modification. */ member
/linux/include/uapi/asm-generic/
H A Dstat.h39 long st_mtime; /* Time of last modification. */ member
64 int st_mtime; /* Time of last modification. */ member
/linux/arch/parisc/include/uapi/asm/
H A Dstat.h18 signed int st_mtime; member
61 signed int st_mtime; member
/linux/arch/sparc/include/asm/
H A Dcompat.h43 old_time32_t st_mtime; member
76 unsigned int st_mtime; member
/linux/arch/arm64/include/asm/
H A Dstat.h41 compat_ulong_t st_mtime; member
H A Dcompat.h64 old_time32_t st_mtime; member
/linux/arch/x86/include/asm/
H A Dia32.h51 unsigned st_mtime; member
H A Dcompat.h49 u32 st_mtime; member
/linux/arch/powerpc/include/asm/
H A Dcompat.h39 old_time32_t st_mtime; member
/linux/tools/include/nolibc/
H A Dtypes.h152 union { time_t st_mtime; struct timespec st_mtim; }; /* time of last modification */
137 union { time_t st_mtime; struct timespec st_mtim; }; /* time of last modification */ global() member
/linux/arch/parisc/include/asm/
H A Dcompat.h36 old_time32_t st_mtime; member
/linux/arch/mips/include/asm/
H A Dcompat.h49 old_time32_t st_mtime; member
/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c112 unsigned long st_mtime; member
140 tmp.st_mtime = stat->mtime.tv_sec; in cp_oldabi_stat64()
/linux/arch/x86/kernel/
H A Dsys_ia32.c151 unsafe_put_user(stat->mtime.tv_sec, &ubuf->st_mtime, Efault); in cp_stat64()
/linux/arch/sparc/kernel/
H A Dsys_sparc32.c84 err |= put_user(stat->mtime.tv_sec, &statbuf->st_mtime); in cp_compat_stat64()
/linux/tools/mm/
H A Dpage-types.c948 strftime(mtime, sizeof(mtime), "%c", localtime(&st->st_mtime)); in show_file()
951 mtime, now - st->st_mtime, in show_file()
/linux/tools/perf/util/
H A Ddata-convert-json.c286 time_t stctime = st.st_mtime; in output_headers()

12