Searched refs:st_ctim (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/include/nolibc/
H A Dtypes.h198 union { time_t st_ctime; struct timespec st_ctim; }; /* time of last status change */ member in union:stat::__anon756
H A Dsys.h1078 buf->st_ctim.tv_sec = statx.stx_ctime.tv_sec;
1079 buf->st_ctim.tv_nsec = statx.stx_ctime.tv_nsec;
/linux-master/tools/testing/selftests/nolibc/
H A Dnolibc-test.c758 if (st.st_ctim.tv_sec != st.st_ctime || st.st_ctim.tv_nsec > 1000000000)

Completed in 116 milliseconds