Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/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.c495 ASSERT3U(checkpoint.ub_txg, ==, spa->spa_syncing_txg - 1); in spa_checkpoint_sync()
507 spa->spa_checkpoint_txg = checkpoint.ub_txg; in spa_checkpoint_sync()
510 checkpoint.ub_checkpoint_txg = checkpoint.ub_txg; in spa_checkpoint_sync()
525 "checkpointed uberblock txg=%llu", checkpoint.ub_txg); in spa_checkpoint_sync()
H A Dvdev_label.c1073 txg = spa->spa_uberblock.ub_txg; in vdev_label_init()
1103 ub->ub_txg = 0; in vdev_label_init()
1391 int cmp = TREE_CMP(ub1->ub_txg, ub2->ub_txg); in vdev_uberblock_compare()
1441 if (ub->ub_txg <= spa->spa_load_max_txg && in vdev_uberblock_load_done()
1515 "txg %llu", spa->spa_name, (u_longlong_t)ub->ub_txg); in vdev_uberblock_load()
1517 *config = vdev_label_read_config(cb.ubl_vd, ub->ub_txg); in vdev_uberblock_load()
1562 int n = ub->ub_txg % (VDEV_UBERBLOCK_COUNT(vd) - m); in vdev_uberblock_sync()
1772 ASSERT(ub->ub_txg <= txg); in vdev_config_sync()
1780 if (ub->ub_txg < txg) { in vdev_config_sync()
H A Dspa.c2224 spa->spa_load_txg = spa->spa_uberblock.ub_txg; in spa_load_verify()
2235 spa->spa_load_max_txg = spa->spa_uberblock.ub_txg; in spa_load_verify()
2593 uint64_t txg = ub->ub_txg; in spa_activity_check()
3000 if (ub->ub_txg == 0) {
3011 (u_longlong_t)ub->ub_txg);
3038 ZPOOL_CONFIG_MMP_TXG, ub->ub_txg);
3911 ASSERT3U(checkpoint.ub_txg, !=, 0);
3914 spa->spa_checkpoint_txg = checkpoint.ub_txg;
4018 ASSERT3U(checkpoint.ub_txg, <, spa->spa_uberblock.ub_txg);
4028 checkpoint.ub_txg = spa->spa_uberblock.ub_txg + 1;
[all …]
H A Dspa_misc.c1739 return (spa->spa_ubsync.ub_txg); in spa_last_synced_txg()
/illumos-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Duberblock_impl.h43 uint64_t ub_txg; /* txg of last sync */ member
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Duberblock_impl.h81 uint64_t ub_txg; /* txg of last sync */ member
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c226 if (ub1->ub_txg < ub2->ub_txg) in vdev_uberblock_compare()
228 if (ub1->ub_txg > ub2->ub_txg) in vdev_uberblock_compare()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h912 uint64_t ub_txg; /* txg of last sync */ member
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c1578 int cmp = AVL_CMP(ub1->ub_txg, ub2->ub_txg); in vdev_uberblock_compare()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2571 (void) printf("\ttxg = %llu\n", (u_longlong_t)ub->ub_txg); in dump_uberblock()