| /linux/arch/x86/include/uapi/asm/ |
| H A D | stat.h | 21 unsigned long st_atime; member 63 unsigned long st_atime; member 97 __kernel_ulong_t st_atime; member 127 unsigned long st_atime; member 132 unsigned int st_atime; member
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | stat.h | 18 long st_atime; member 41 unsigned long st_atime; member 61 long st_atime; member 95 unsigned int st_atime; member
|
| /linux/arch/sh/include/uapi/asm/ |
| H A D | stat.h | 14 unsigned long st_atime; member 30 unsigned long st_atime; member 64 unsigned long st_atime; member
|
| /linux/arch/m68k/include/uapi/asm/ |
| H A D | stat.h | 14 unsigned long st_atime; member 32 unsigned long st_atime; member 66 unsigned long st_atime; member
|
| /linux/arch/arm/include/uapi/asm/ |
| H A D | stat.h | 14 unsigned long st_atime; member 42 unsigned long st_atime; member 76 unsigned long st_atime; member
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | stat.h | 24 unsigned long st_atime; member 46 unsigned long st_atime; member 72 int st_atime; /* Time of last access. */ member
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | stat.h | 35 long st_atime; member 73 long st_atime; member 114 unsigned int st_atime; member
|
| /linux/arch/alpha/include/uapi/asm/ |
| H A D | stat.h | 14 unsigned long st_atime; member 40 unsigned long st_atime; member
|
| /linux/arch/xtensa/include/uapi/asm/ |
| H A D | stat.h | 28 unsigned long st_atime; member 50 unsigned long st_atime; /* Time of last access. */ member
|
| /linux/include/uapi/asm-generic/ |
| H A D | stat.h | 37 long st_atime; /* Time of last access. */ member 62 int st_atime; /* Time of last access. */ member
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | stat.h | 16 signed int st_atime; member 59 signed int st_atime; member
|
| /linux/arch/sparc/include/asm/ |
| H A D | compat.h | 41 old_time32_t st_atime; member 73 unsigned int st_atime; member
|
| /linux/arch/arm64/include/asm/ |
| H A D | stat.h | 38 compat_ulong_t st_atime; member
|
| H A D | compat.h | 62 old_time32_t st_atime; member
|
| /linux/arch/x86/include/asm/ |
| H A D | ia32.h | 49 unsigned st_atime; member
|
| H A D | compat.h | 47 u32 st_atime; member
|
| /linux/arch/powerpc/include/asm/ |
| H A D | compat.h | 37 old_time32_t st_atime; member
|
| /linux/tools/include/nolibc/ |
| H A D | types.h | 151 union { time_t st_atime; struct timespec st_atim; }; /* time of last access */ 136 union { time_t st_atime; struct timespec st_atim; }; /* time of last access */ global() member
|
| /linux/arch/mips/include/asm/ |
| H A D | compat.h | 47 old_time32_t st_atime; member
|
| /linux/arch/arm/kernel/ |
| H A D | sys_oabi-compat.c | 109 unsigned long st_atime; member 138 tmp.st_atime = stat->atime.tv_sec; in cp_oldabi_stat64()
|
| /linux/tools/mm/ |
| H A D | page-types.c | 947 strftime(atime, sizeof(atime), "%c", localtime(&st->st_atime)); in show_file() 952 atime, now - st->st_atime); in show_file()
|
| /linux/arch/um/os-Linux/ |
| H A D | file.c | 38 .ust_atime = src->st_atime, /* time of last access */ in copy_stat()
|
| /linux/tools/testing/selftests/nolibc/ |
| H A D | nolibc-test.c | 1017 if (sizeof(st.st_atim.tv_sec) != sizeof(st.st_atime)) in test_timerfd() 1023 if (st.st_atim.tv_sec != st.st_atime || st.st_atim.tv_nsec > 1000000000) in test_timerfd()
|
| /linux/Documentation/filesystems/ |
| H A D | overlayfs.rst | 601 a) POSIX mandates updating st_atime for reads. This is currently not
|