Searched refs:ub_timestamp (Results 1 – 9 of 9) sorted by relevance
426 mmp->mmp_ub.ub_timestamp = gethrestime_sec(); in mmp_update_uberblock()497 if (mmp->mmp_ub.ub_timestamp != gethrestime_sec()) { in mmp_write_uberblock()503 mmp->mmp_ub.ub_timestamp = gethrestime_sec(); in mmp_write_uberblock()534 (void) spa_mmp_history_add(spa, ub->ub_txg, ub->ub_timestamp, in mmp_write_uberblock()
59 ub->ub_timestamp = gethrestime_sec(); in uberblock_update()
512 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp; in spa_checkpoint_sync()
2692 spa->spa_load_txg_ts = spa->spa_uberblock.ub_timestamp; in spa_load_verify()3347 tryconfig_timestamp && tryconfig_timestamp == ub->ub_timestamp && in spa_activity_check_required()3457 uint64_t timestamp = ub->ub_timestamp; in spa_activity_check()3505 if (txg != ub->ub_txg || timestamp != ub->ub_timestamp || in spa_activity_check()3513 (u_longlong_t)ub->ub_timestamp, in spa_activity_check()4799 ASSERT3U(checkpoint.ub_timestamp, !=, 0);4801 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp;4915 checkpoint.ub_timestamp = gethrestime_sec();5340 spa->spa_last_ubsync_txg_ts = spa->spa_uberblock.ub_timestamp;6554 spa->spa_uberblock.ub_timestamp);
1443 cmp = TREE_CMP(ub1->ub_timestamp, ub2->ub_timestamp); in vdev_uberblock_compare()
83 uint64_t ub_timestamp; /* UTC time of last sync */ member
949 uint64_t ub_timestamp; /* UTC time of last sync */ member
1585 cmp = AVL_CMP(ub1->ub_timestamp, ub2->ub_timestamp); in vdev_uberblock_compare()
3860 time_t timestamp = ub->ub_timestamp; in dump_uberblock()3868 (u_longlong_t)ub->ub_timestamp, asctime(localtime(×tamp))); in dump_uberblock()