Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/statx/
Dstatx06.c121 struct timespec statx_time = {0, 0}; in test_statx() local
140 timestamp_to_timespec(&buff.stx_btime, &statx_time); in test_statx()
143 timestamp_to_timespec(&buff.stx_mtime, &statx_time); in test_statx()
146 timestamp_to_timespec(&buff.stx_atime, &statx_time); in test_statx()
149 timestamp_to_timespec(&buff.stx_ctime, &statx_time); in test_statx()
152 if (tst_timespec_lt(statx_time, before_time)) in test_statx()
154 else if (tst_timespec_lt(after_time, statx_time)) in test_statx()