Searched refs:ub_timestamp (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | uberblock.c | 59 ub->ub_timestamp = gethrestime_sec(); in uberblock_update()
|
| H A D | mmp.c | 426 mmp->mmp_ub.ub_timestamp = gethrestime_sec(); in mmp_update_uberblock() 496 if (mmp->mmp_ub.ub_timestamp != gethrestime_sec()) { in mmp_write_uberblock() 502 mmp->mmp_ub.ub_timestamp = gethrestime_sec(); in mmp_write_uberblock() 533 (void) spa_mmp_history_add(spa, ub->ub_txg, ub->ub_timestamp, in mmp_write_uberblock()
|
| H A D | spa_checkpoint.c | 511 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp; in spa_checkpoint_sync()
|
| H A D | spa.c | 2323 spa->spa_load_txg_ts = spa->spa_uberblock.ub_timestamp; in spa_load_verify() 2972 tryconfig_timestamp && tryconfig_timestamp == ub->ub_timestamp && in spa_activity_check_required() 3075 uint64_t timestamp = ub->ub_timestamp; in spa_activity_check() 3123 if (txg != ub->ub_txg || timestamp != ub->ub_timestamp || in spa_activity_check() 3129 txg, ub->ub_txg, timestamp, ub->ub_timestamp, in spa_activity_check() 4409 ASSERT3U(checkpoint.ub_timestamp, !=, 0); 4411 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp; 4525 checkpoint.ub_timestamp = gethrestime_sec(); 4950 spa->spa_last_ubsync_txg_ts = spa->spa_uberblock.ub_timestamp; 6169 spa->spa_uberblock.ub_timestamp) == 0);
|
| H A D | vdev_label.c | 1422 cmp = TREE_CMP(ub1->ub_timestamp, ub2->ub_timestamp); in vdev_uberblock_compare()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | uberblock_impl.h | 83 uint64_t ub_timestamp; /* UTC time of last sync */ member
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 3813 time_t timestamp = ub->ub_timestamp; in dump_uberblock() 3821 (u_longlong_t)ub->ub_timestamp, asctime(localtime(×tamp))); in dump_uberblock()
|