Searched refs:st_atim (Results 1 – 3 of 3) sorted by relevance
66 buf->st_atim.tv_sec = statx.stx_atime.tv_sec; in fstatat() 67 buf->st_atim.tv_nsec = statx.stx_atime.tv_nsec; in fstatat()
183 union { time_t st_atime; struct timespec st_atim; }; /* time of last access */ member
923 if (sizeof(st.st_atim.tv_sec) != sizeof(st.st_atime)) in test_stat_timestamps() 929 if (st.st_atim.tv_sec != st.st_atime || st.st_atim.tv_nsec > 1000000000) in test_stat_timestamps()