Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmmp.c428 mmp->mmp_ub.ub_timestamp = gethrestime_sec(); in mmp_update_uberblock()
499 if (mmp->mmp_ub.ub_timestamp != gethrestime_sec()) { in mmp_write_uberblock()
505 mmp->mmp_ub.ub_timestamp = gethrestime_sec(); in mmp_write_uberblock()
537 (void) spa_mmp_history_add(spa, ub->ub_txg, ub->ub_timestamp, in mmp_write_uberblock()
H A Duberblock.c60 ub->ub_timestamp = gethrestime_sec(); in uberblock_update()
H A Dspa_checkpoint.c516 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp; in spa_checkpoint_sync()
H A Dspa.c3038 spa->spa_load_txg_ts = spa->spa_uberblock.ub_timestamp; in spa_load_verify()
3702 tryconfig_timestamp && tryconfig_timestamp == ub->ub_timestamp && in spa_activity_check_required()
3817 uint64_t timestamp = ub->ub_timestamp; in spa_activity_check()
3879 if (txg != ub->ub_txg || timestamp != ub->ub_timestamp || in spa_activity_check()
3887 (u_longlong_t)ub->ub_timestamp, in spa_activity_check()
3992 best_ub.ub_timestamp != spa->spa_uberblock.ub_timestamp) { in spa_mmp_remote_host_activity()
3997 (u_longlong_t)spa->spa_uberblock.ub_timestamp, in spa_mmp_remote_host_activity()
3998 (u_longlong_t)best_ub.ub_timestamp); in spa_mmp_remote_host_activity()
5278 ASSERT3U(checkpoint.ub_timestamp, !=, 0);
5280 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp;
[all …]
H A Dvdev_raidz.c4320 spa->spa_ubsync.ub_timestamp++; in raidz_reflow_scratch_sync()
4330 (long long)spa->spa_ubsync.ub_timestamp); in raidz_reflow_scratch_sync()
4382 spa->spa_ubsync.ub_timestamp++; in raidz_reflow_scratch_sync()
4392 (long long)spa->spa_ubsync.ub_timestamp); in raidz_reflow_scratch_sync()
4483 spa->spa_ubsync.ub_timestamp++; in vdev_raidz_reflow_copy_scratch()
4493 (long long)spa->spa_ubsync.ub_timestamp); in vdev_raidz_reflow_copy_scratch()
H A Dvdev_label.c1509 cmp = TREE_CMP(ub1->ub_timestamp, ub2->ub_timestamp); in vdev_uberblock_compare()
/freebsd/sys/contrib/openzfs/include/sys/
H A Duberblock_impl.h117 uint64_t ub_timestamp; /* UTC time of last sync */ member
/freebsd/usr.sbin/makefs/
H A Dzfs.c616 ub->ub_timestamp = 0; in pool_labels_write()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h958 uint64_t ub_timestamp; /* UTC time of last sync */ member
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c1618 cmp = AVL_CMP(ub1->ub_timestamp, ub2->ub_timestamp); in vdev_uberblock_compare()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c4382 time_t timestamp = ub->ub_timestamp; in dump_uberblock()
4390 (u_longlong_t)ub->ub_timestamp, ctime(&timestamp)); in dump_uberblock()