Searched refs:ub_timestamp (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | mmp.c | 428 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 D | uberblock.c | 60 ub->ub_timestamp = gethrestime_sec(); in uberblock_update()
|
H A D | spa_checkpoint.c | 516 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp; in spa_checkpoint_sync()
|
H A D | spa.c | 3038 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 D | vdev_raidz.c | 4320 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 D | vdev_label.c | 1509 cmp = TREE_CMP(ub1->ub_timestamp, ub2->ub_timestamp); in vdev_uberblock_compare()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | uberblock_impl.h | 117 uint64_t ub_timestamp; /* UTC time of last sync */ member
|
/freebsd/usr.sbin/makefs/ |
H A D | zfs.c | 616 ub->ub_timestamp = 0; in pool_labels_write()
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 958 uint64_t ub_timestamp; /* UTC time of last sync */ member
|
/freebsd/stand/libsa/zfs/ |
H A D | zfsimpl.c | 1618 cmp = AVL_CMP(ub1->ub_timestamp, ub2->ub_timestamp); in vdev_uberblock_compare()
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 4382 time_t timestamp = ub->ub_timestamp; in dump_uberblock() 4390 (u_longlong_t)ub->ub_timestamp, ctime(×tamp)); in dump_uberblock()
|