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

/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/zfs-include/
H A Duberblock_impl.h45 uint64_t ub_txg; /* txg of last sync */ member in struct:uberblock
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Duberblock.c48 ASSERT(ub->ub_txg < txg);
55 ub->ub_txg = txg;
H A Dvdev_label.c732 txg = spa->spa_uberblock.ub_txg;
761 ub->ub_txg = 0;
843 if (ub1->ub_txg < ub2->ub_txg)
845 if (ub1->ub_txg > ub2->ub_txg)
868 if (ub->ub_txg <= spa->spa_load_max_txg &&
946 n = ub->ub_txg & (VDEV_UBERBLOCK_COUNT(vd) - 1);
1143 ASSERT(ub->ub_txg <= txg);
1151 if (ub->ub_txg < tx
[all...]
H A Dspa.c1583 spa->spa_load_txg = spa->spa_uberblock.ub_txg;
1594 spa->spa_load_max_txg = spa->spa_uberblock.ub_txg;
1873 if (ub->ub_txg == 0)
2285 spa->spa_last_ubsync_txg = spa->spa_uberblock.ub_txg;
2306 while (rewind_error && spa->spa_uberblock.ub_txg >= min_txg &&
2307 spa->spa_uberblock.ub_txg <= spa->spa_load_max_txg) {
2879 spa->spa_uberblock.ub_txg = txg - 1;
H A Dspa_misc.c1318 return (spa->spa_ubsync.ub_txg);
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/sys/
H A Duberblock_impl.h50 uint64_t ub_txg; /* txg of last sync */ member in struct:uberblock
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_zfs.c203 if (ub1->ub_txg < ub2->ub_txg)
205 if (ub1->ub_txg > ub2->ub_txg)
/opensolaris-onvv-gate/usr/src/cmd/zdb/
H A Dzdb.c1664 (void) printf("\ttxg = %llu\n", (u_longlong_t)ub->ub_txg);

Completed in 123 milliseconds