check_times
if (!check_times(&st, CHK_ALL_GT, "write", "creation")) {
if (!check_times(&st, CHK_ALL_GT, "read", "creation")) {
if (!check_times(&st, CHK_CTIME_GT | CHK_MTIME_GT | CHK_ATIME_LT,
if (!check_times(&st, CHK_CTIME_GT | CHK_MTIME_GT | CHK_ATIME_LT,
if (!check_times(&st, CHK_CTIME_LT | CHK_MTIME_LT | CHK_ATIME_GT,
if (!check_times(&st, CHK_CTIME_LT | CHK_MTIME_LT | CHK_ATIME_GT,
if (!check_times(&st, CHK_ALL_LT, "write", "post-futimens")) {
if (!check_times(&st, CHK_ALL_LT, "read", "post-futimens")) {