Searched refs:ub_txg (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | uberblock.c | 51 ASSERT(ub->ub_txg < txg); in uberblock_update() 58 ub->ub_txg = txg; in uberblock_update()
|
H A D | spa_checkpoint.c | 503 ASSERT3U(checkpoint.ub_txg, ==, spa->spa_syncing_txg - 1); in spa_checkpoint_sync() 515 spa->spa_checkpoint_txg = checkpoint.ub_txg; in spa_checkpoint_sync() 518 checkpoint.ub_checkpoint_txg = checkpoint.ub_txg; in spa_checkpoint_sync() 533 "checkpointed uberblock txg=%llu", (u_longlong_t)checkpoint.ub_txg); in spa_checkpoint_sync()
|
H A D | vdev_label.c | 1184 txg = spa->spa_uberblock.ub_txg; in vdev_label_init() 1215 ub->ub_txg = 0; in vdev_label_init() 1504 int cmp = TREE_CMP(ub1->ub_txg, ub2->ub_txg); in vdev_uberblock_compare() 1558 if (ub->ub_txg <= spa->spa_load_max_txg && in vdev_uberblock_load_done() 1633 "txg %llu", spa->spa_name, (u_longlong_t)ub->ub_txg); in vdev_uberblock_load() 1642 (u_longlong_t)ub->ub_txg, in vdev_uberblock_load() 1644 (u_longlong_t)cb.ubl_latest.ub_txg, in vdev_uberblock_load() 1651 *config = vdev_label_read_config(cb.ubl_vd, ub->ub_txg); in vdev_uberblock_load() 1787 int n = (ub->ub_txg - (RRSS_GET_STATE(ub) == RRSS_SCRATCH_VALID)) % in vdev_uberblock_sync() 2066 ASSERT(ub->ub_txg <= txg); in vdev_config_sync() [all …]
|
H A D | mmp.c | 474 spa_mmp_history_add(spa, mmp->mmp_ub.ub_txg, in mmp_write_uberblock() 537 (void) spa_mmp_history_add(spa, ub->ub_txg, ub->ub_timestamp, in mmp_write_uberblock() 674 (u_longlong_t)spa->spa_uberblock.ub_txg); in mmp_thread()
|
H A D | spa.c | 3037 spa->spa_load_txg = spa->spa_uberblock.ub_txg; in spa_load_verify() 3050 spa->spa_load_max_txg = spa->spa_uberblock.ub_txg; in spa_load_verify() 3701 if (tryconfig_txg && tryconfig_txg == ub->ub_txg && in spa_activity_check_required() 3816 uint64_t txg = ub->ub_txg; in spa_activity_check() 3879 if (txg != ub->ub_txg || timestamp != ub->ub_timestamp || in spa_activity_check() 3885 (u_longlong_t)txg, (u_longlong_t)ub->ub_txg, in spa_activity_check() 3991 if (best_ub.ub_txg != spa->spa_uberblock.ub_txg || in spa_mmp_remote_host_activity() 3995 (u_longlong_t)spa->spa_uberblock.ub_txg, in spa_mmp_remote_host_activity() 3996 (u_longlong_t)best_ub.ub_txg, in spa_mmp_remote_host_activity() 4299 if (ub->ub_txg == 0) { [all …]
|
H A D | vdev_raidz.c | 4328 (long long)spa->spa_ubsync.ub_txg, in raidz_reflow_scratch_sync() 4390 (long long)spa->spa_ubsync.ub_txg, in raidz_reflow_scratch_sync() 4491 (long long)spa->spa_ubsync.ub_txg, in vdev_raidz_reflow_copy_scratch()
|
H A D | spa_misc.c | 1809 return (spa->spa_ubsync.ub_txg); in spa_last_synced_txg()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | uberblock_impl.h | 115 uint64_t ub_txg; /* txg of last sync */ member
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | zhack.c | 560 if (ub->ub_txg != 0) { in zhack_repair_check_label() 564 l, ub->ub_txg); in zhack_repair_check_label() 619 ub->ub_txg = txg; in zhack_repair_undetach()
|
/freebsd/usr.sbin/makefs/ |
H A D | zfs.c | 612 ub->ub_txg = TXG; in pool_labels_write() 614 ub->ub_txg += TXG_SIZE; in pool_labels_write()
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 956 uint64_t ub_txg; /* txg of last sync */ member
|
/freebsd/stand/libsa/zfs/ |
H A D | zfsimpl.c | 1613 int cmp = AVL_CMP(ub1->ub_txg, ub2->ub_txg); in vdev_uberblock_compare()
|
/freebsd/sys/contrib/openzfs/cmd/zdb/ |
H A D | zdb.c | 4387 (void) printf("\ttxg = %llu\n", (u_longlong_t)ub->ub_txg); in dump_uberblock()
|