Searched refs:ub_timestamp (Results 1 – 11 of 11) sorted by relevance
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | uberblock.c | 60 ub->ub_timestamp = gethrestime_sec(); in uberblock_update()
|
| H A D | mmp.c | 437 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 D | spa_checkpoint.c | 516 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp; in spa_checkpoint_sync()
|
| H A D | spa.c | 3165 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 D | vdev_raidz.c | 4711 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 D | vdev_label.c | 1523 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 | 127 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 | 947 uint64_t ub_timestamp; /* UTC time of last sync */ member
|
| /freebsd/stand/libsa/zfs/ |
| H A D | zfsimpl.c | 1620 cmp = AVL_CMP(ub1->ub_timestamp, ub2->ub_timestamp); in vdev_uberblock_compare()
|
| /freebsd/sys/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 4814 time_t timestamp = ub->ub_timestamp; in dump_uberblock() 4822 (u_longlong_t)ub->ub_timestamp, ctime(×tamp)); in dump_uberblock()
|