Searched refs:ST_CTIME (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | ctime.c | 47 #define ST_CTIME 1 macro 88 case ST_CTIME: in get_file_time() 292 { ST_CTIME, "st_ctime", do_creat }, 293 { ST_CTIME, "st_ctime", do_write }, 294 { ST_CTIME, "st_ctime", do_chmod }, 295 { ST_CTIME, "st_ctime", do_chown }, 296 { ST_CTIME, "st_ctime", do_link }, 297 { ST_CTIME, "st_ctime", do_utime }, 299 { ST_CTIME, "st_ctime", do_xattr },
|
/freebsd/tests/sys/cddl/zfs/tests/ctime/ |
H A D | ctime_001_pos.c | 39 #define ST_CTIME 1 macro 95 { ST_CTIME, "st_ctime", do_creat }, 96 { ST_CTIME, "st_ctime", do_write }, 97 { ST_CTIME, "st_ctime", do_chmod }, 98 { ST_CTIME, "st_ctime", do_chown }, 99 { ST_CTIME, "st_ctime", do_link }, 100 { ST_CTIME, "st_ctime", do_utime }, 198 case ST_CTIME: in get_file_time()
|