| /linux/arch/x86/include/uapi/asm/ |
| H A D | stat.h | 23 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 D | stat.h | 19 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 D | stat.h | 15 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 D | stat.h | 15 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 D | stat.h | 15 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 D | stat.h | 25 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 D | stat.h | 37 long st_mtime; member 76 long st_mtime; member 117 unsigned int st_mtime; member
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | stat.h | 15 unsigned long st_mtime; member 42 unsigned long st_mtime; member
|
| /linux/arch/xtensa/include/uapi/asm/ |
| H A D | stat.h | 30 unsigned long st_mtime; member 52 unsigned long st_mtime; /* Time of last modification. */ member
|
| /linux/include/uapi/asm-generic/ |
| H A D | stat.h | 39 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 D | stat.h | 18 signed int st_mtime; member 61 signed int st_mtime; member
|
| /linux/arch/sparc/include/asm/ |
| H A D | compat.h | 43 old_time32_t st_mtime; member 76 unsigned int st_mtime; member
|
| /linux/arch/arm64/include/asm/ |
| H A D | stat.h | 41 compat_ulong_t st_mtime; member
|
| H A D | compat.h | 64 old_time32_t st_mtime; member
|
| /linux/arch/x86/include/asm/ |
| H A D | ia32.h | 51 unsigned st_mtime; member
|
| H A D | compat.h | 49 u32 st_mtime; member
|
| /linux/arch/powerpc/include/asm/ |
| H A D | compat.h | 39 old_time32_t st_mtime; member
|
| /linux/tools/include/nolibc/ |
| H A D | types.h | 152 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 D | compat.h | 36 old_time32_t st_mtime; member
|
| /linux/arch/mips/include/asm/ |
| H A D | compat.h | 49 old_time32_t st_mtime; member
|
| /linux/arch/arm/kernel/ |
| H A D | sys_oabi-compat.c | 112 unsigned long st_mtime; member 140 tmp.st_mtime = stat->mtime.tv_sec; in cp_oldabi_stat64()
|
| /linux/arch/x86/kernel/ |
| H A D | sys_ia32.c | 151 unsafe_put_user(stat->mtime.tv_sec, &ubuf->st_mtime, Efault); in cp_stat64()
|
| /linux/arch/sparc/kernel/ |
| H A D | sys_sparc32.c | 84 err |= put_user(stat->mtime.tv_sec, &statbuf->st_mtime); in cp_compat_stat64()
|
| /linux/tools/mm/ |
| H A D | page-types.c | 948 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 D | data-convert-json.c | 286 time_t stctime = st.st_mtime; in output_headers()
|