Home
last modified time | relevance | path

Searched refs:ub_txg (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Duberblock.c50 ASSERT(ub->ub_txg < txg); in uberblock_update()
57 ub->ub_txg = txg; in uberblock_update()
H A Dspa_checkpoint.c498 ASSERT3U(checkpoint.ub_txg, ==, spa->spa_syncing_txg - 1); in spa_checkpoint_sync()
510 spa->spa_checkpoint_txg = checkpoint.ub_txg; in spa_checkpoint_sync()
513 checkpoint.ub_checkpoint_txg = checkpoint.ub_txg; in spa_checkpoint_sync()
528 "checkpointed uberblock txg=%llu", (u_longlong_t)checkpoint.ub_txg); in spa_checkpoint_sync()
H A Dvdev_label.c1099 txg = spa->spa_uberblock.ub_txg; in vdev_label_init()
1129 ub->ub_txg = 0; in vdev_label_init()
1417 int cmp = TREE_CMP(ub1->ub_txg, ub2->ub_txg); in vdev_uberblock_compare()
1467 if (ub->ub_txg <= spa->spa_load_max_txg && in vdev_uberblock_load_done()
1542 "txg %llu", spa->spa_name, (u_longlong_t)ub->ub_txg); in vdev_uberblock_load()
1544 *config = vdev_label_read_config(cb.ubl_vd, ub->ub_txg); in vdev_uberblock_load()
1666 int n = ub->ub_txg % (VDEV_UBERBLOCK_COUNT(vd) - m); in vdev_uberblock_sync()
1884 ASSERT(ub->ub_txg <= txg); in vdev_config_sync()
1892 if (ub->ub_txg < txg) { in vdev_config_sync()
H A Dmmp.c472 spa_mmp_history_add(spa, mmp->mmp_ub.ub_txg, in mmp_write_uberblock()
533 (void) spa_mmp_history_add(spa, ub->ub_txg, ub->ub_timestamp, in mmp_write_uberblock()
H A Dspa.c2322 spa->spa_load_txg = spa->spa_uberblock.ub_txg; in spa_load_verify()
2333 spa->spa_load_max_txg = spa->spa_uberblock.ub_txg; in spa_load_verify()
3074 uint64_t txg = ub->ub_txg; in spa_activity_check()
3482 if (ub->ub_txg == 0) {
3493 (u_longlong_t)ub->ub_txg);
3521 ZPOOL_CONFIG_MMP_TXG, ub->ub_txg);
4407 ASSERT3U(checkpoint.ub_txg, !=, 0);
4410 spa->spa_checkpoint_txg = checkpoint.ub_txg;
4514 ASSERT3U(checkpoint.ub_txg, <, spa->spa_uberblock.ub_txg);
4524 checkpoint.ub_txg = spa->spa_uberblock.ub_txg + 1;
[all …]
H A Dspa_misc.c1720 return (spa->spa_ubsync.ub_txg); in spa_last_synced_txg()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Duberblock_impl.h81 uint64_t ub_txg; /* txg of last sync */ member
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c3818 (void) printf("\ttxg = %llu\n", (u_longlong_t)ub->ub_txg); in dump_uberblock()