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 Duberblock.c60 ub->ub_timestamp = gethrestime_sec(); in uberblock_update()
H A Dmmp.c437 mmp->mmp_ub.ub_timestamp = gethrestime_sec(); in mmp_update_uberblock()
508 if (mmp->mmp_ub.ub_timestamp != gethrestime_sec()) { in mmp_write_uberblock()
514 mmp->mmp_ub.ub_timestamp = gethrestime_sec(); in mmp_write_uberblock()
546 (void) spa_mmp_history_add(spa, ub->ub_txg, ub->ub_timestamp, in mmp_write_uberblock()
H A Dspa_checkpoint.c516 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp; in spa_checkpoint_sync()
H A Dspa.c3165 spa->spa_load_txg_ts = spa->spa_uberblock.ub_timestamp; in spa_load_verify()
3850 if (tryconfig_timestamp == ub->ub_timestamp && in spa_activity_verify_config()
3861 (u_longlong_t)tryconfig_timestamp, (u_longlong_t)ub->ub_timestamp, in spa_activity_verify_config()
4194 (u_longlong_t)spa_ub->ub_timestamp, in spa_activity_check_tryimport()
4195 (u_longlong_t)mmp_ub.ub_timestamp, in spa_activity_check_tryimport()
4345 (u_longlong_t)set_ub.ub_timestamp, in spa_activity_check_claim()
4346 (u_longlong_t)mmp_ub.ub_timestamp, in spa_activity_check_claim()
4502 best_ub.ub_timestamp != spa->spa_uberblock.ub_timestamp) { in spa_mmp_remote_host_activity()
4508 (u_longlong_t)spa->spa_uberblock.ub_timestamp, in spa_mmp_remote_host_activity()
4509 (u_longlong_t)best_ub.ub_timestamp); in spa_mmp_remote_host_activity()
[all …]
H A Dvdev_raidz.c4711 spa->spa_ubsync.ub_timestamp++; in raidz_reflow_scratch_sync()
4721 (long long)spa->spa_ubsync.ub_timestamp); in raidz_reflow_scratch_sync()
4773 spa->spa_ubsync.ub_timestamp++; in raidz_reflow_scratch_sync()
4783 (long long)spa->spa_ubsync.ub_timestamp); in raidz_reflow_scratch_sync()
4874 spa->spa_ubsync.ub_timestamp++; in vdev_raidz_reflow_copy_scratch()
4884 (long long)spa->spa_ubsync.ub_timestamp); in vdev_raidz_reflow_copy_scratch()
H A Dvdev_label.c1523 cmp = TREE_CMP(ub1->ub_timestamp, ub2->ub_timestamp); in vdev_uberblock_compare()
/freebsd/sys/contrib/openzfs/include/sys/
H A Duberblock_impl.h127 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.h947 uint64_t ub_timestamp; /* UTC time of last sync */ member
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c1620 cmp = AVL_CMP(ub1->ub_timestamp, ub2->ub_timestamp); in vdev_uberblock_compare()
/freebsd/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c4814 time_t timestamp = ub->ub_timestamp; in dump_uberblock()
4822 (u_longlong_t)ub->ub_timestamp, ctime(&timestamp)); in dump_uberblock()