Searched refs:st_atim (Results 1 – 4 of 4) sorted by relevance
79 if (st1.st_atim.tv_sec == st2.st_atim.tv_sec && in main()
217 union { time_t st_atime; struct timespec st_atim; }; /* time of last access */ member
1027 buf->st_atim.tv_sec = statx.stx_atime.tv_sec; in stat()1028 buf->st_atim.tv_nsec = statx.stx_atime.tv_nsec; in stat()
720 if (sizeof(st.st_atim.tv_sec) != sizeof(st.st_atime)) in test_stat_timestamps()726 if (st.st_atim.tv_sec != st.st_atime || st.st_atim.tv_nsec > 1000000000) in test_stat_timestamps()