Home
last modified time | relevance | path

Searched refs:st_atime (Results 1 – 24 of 24) sorted by relevance

/linux/arch/x86/include/uapi/asm/
H A Dstat.h21 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 Dstat.h18 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 Dstat.h14 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 Dstat.h14 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 Dstat.h14 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 Dstat.h24 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 Dstat.h35 long st_atime; member
73 long st_atime; member
114 unsigned int st_atime; member
/linux/arch/alpha/include/uapi/asm/
H A Dstat.h14 unsigned long st_atime; member
40 unsigned long st_atime; member
/linux/arch/xtensa/include/uapi/asm/
H A Dstat.h28 unsigned long st_atime; member
50 unsigned long st_atime; /* Time of last access. */ member
/linux/include/uapi/asm-generic/
H A Dstat.h37 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 Dstat.h16 signed int st_atime; member
59 signed int st_atime; member
/linux/arch/sparc/include/asm/
H A Dcompat.h41 old_time32_t st_atime; member
73 unsigned int st_atime; member
/linux/arch/arm64/include/asm/
H A Dstat.h38 compat_ulong_t st_atime; member
H A Dcompat.h62 old_time32_t st_atime; member
/linux/arch/x86/include/asm/
H A Dia32.h49 unsigned st_atime; member
H A Dcompat.h47 u32 st_atime; member
/linux/arch/powerpc/include/asm/
H A Dcompat.h37 old_time32_t st_atime; member
/linux/tools/include/nolibc/
H A Dtypes.h151 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 Dcompat.h47 old_time32_t st_atime; member
/linux/arch/arm/kernel/
H A Dsys_oabi-compat.c109 unsigned long st_atime; member
138 tmp.st_atime = stat->atime.tv_sec; in cp_oldabi_stat64()
/linux/tools/mm/
H A Dpage-types.c947 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 Dfile.c38 .ust_atime = src->st_atime, /* time of last access */ in copy_stat()
/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c1017 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 Doverlayfs.rst601 a) POSIX mandates updating st_atime for reads. This is currently not