Home
last modified time | relevance | path

Searched refs:ub_timestamp (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDmmp.c426 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()
HDuberblock.c59 ub->ub_timestamp = gethrestime_sec(); in uberblock_update()
HDspa_checkpoint.c512 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp; in spa_checkpoint_sync()
HDspa.c2692 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);
HDvdev_label.c1443 cmp = TREE_CMP(ub1->ub_timestamp, ub2->ub_timestamp); in vdev_uberblock_compare()
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
HDuberblock_impl.h83 uint64_t ub_timestamp; /* UTC time of last sync */ member
/freebsd-13-stable/sys/cddl/boot/zfs/
HDzfsimpl.h949 uint64_t ub_timestamp; /* UTC time of last sync */ member
/freebsd-13-stable/stand/libsa/zfs/
HDzfsimpl.c1585 cmp = AVL_CMP(ub1->ub_timestamp, ub2->ub_timestamp); in vdev_uberblock_compare()
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
HDzdb.c3860 time_t timestamp = ub->ub_timestamp; in dump_uberblock()
3868 (u_longlong_t)ub->ub_timestamp, asctime(localtime(&timestamp))); in dump_uberblock()