TXG_INITIAL
dds.dds_creation_txg = TXG_INITIAL;
BP_SET_BIRTH(bp, TXG_INITIAL, TXG_INITIAL);
if (max_txg < TXG_INITIAL) {
if (mintxg < TXG_INITIAL && maxtxg == UINT64_MAX && bpo->bpo_havecomp)
dsphys->ds_creation_txg = tx->tx_txg == TXG_INITIAL ? 1 : tx->tx_txg;
if (dsl_dataset_phys(ds)->ds_prev_snap_txg < TXG_INITIAL) {
if (scn->scn_phys.scn_min_txg > TXG_INITIAL)
if (txg <= TXG_INITIAL) {
TXG_INITIAL - 1 : spa_last_synced_txg(spa) - TXG_DEFER_SIZE - 1;
TXG_INITIAL : safe_rewind_txg;
uint64_t txg = TXG_INITIAL;
vdev_dtl_dirty(newvd, DTL_MISSING, TXG_INITIAL,
dtl_max_txg - TXG_INITIAL);
ASSERT(tx->tx_txg != TXG_INITIAL);
if (tx->tx_txg != TXG_INITIAL)
if (tx->tx_txg != TXG_INITIAL)
if (tx->tx_txg == TXG_INITIAL || !spa_writeable(spa)) {
if (tx->tx_txg != TXG_INITIAL)
if (txg <= TXG_INITIAL || txg == ZILTEST_TXG)
BP_SET_BIRTH(&bp, TXG_INITIAL, TXG_INITIAL);
ASSERT((!spa->spa_sync_on && tx->tx_txg == TXG_INITIAL) ||
zilog->zl_destroy_txg = TXG_INITIAL - 1;