Searched refs:statx_time (Results 1 – 1 of 1) sorted by relevance
121 struct timespec statx_time = {0, 0}; in test_statx() local140 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()