Searched refs:ST_CTIME (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/ctime/ |
| H A D | ctime.c | 48 #define ST_CTIME 1 macro 89 case ST_CTIME: in get_file_time() 290 { ST_CTIME, "st_ctime", do_creat }, 291 { ST_CTIME, "st_ctime", do_write }, 292 { ST_CTIME, "st_ctime", do_chmod }, 293 { ST_CTIME, "st_ctime", do_chown }, 294 { ST_CTIME, "st_ctime", do_link }, 295 { ST_CTIME, "st_ctime", do_utime }, 297 { ST_CTIME, "st_ctime", do_xattr },
|