Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/openat/
Dopenat02.c222 struct stat file_stat, file_newstat; in testfunc_noatime() local
256 SAFE_STAT(cleanup, TEST_FILE, &file_newstat); in testfunc_noatime()
258 if (file_stat.st_atime == file_newstat.st_atime) in testfunc_noatime()