Searched refs:new_stat (Results 1 – 2 of 2) sorted by relevance
145 struct stat old_stat, new_stat; in test_noatime() local173 SAFE_STAT(cleanup, TEST_FILE, &new_stat); in test_noatime()175 if (old_stat.st_atime == new_stat.st_atime) in test_noatime()
329 struct stat orig_stat, new_stat; in GST_START_TEST() local363 fstat (new_fds[0], &new_stat); in GST_START_TEST()364 fail_unless (orig_stat.st_ino, new_stat.st_ino); in GST_START_TEST()