Searched refs:TXG_INITIAL (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h42 #define TXG_INITIAL TXG_SIZE /* initial txg */ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfeature.c417 tx->tx_txg == TXG_INITIAL));
H A Dspa_history.c445 if (tx->tx_txg == TXG_INITIAL || !spa_writeable(spa)) {
H A Dbpobj.c580 if (mintxg < TXG_INITIAL && maxtxg == UINT64_MAX && bpo->bpo_havecomp)
H A Dspa.c2421 TXG_INITIAL - 1 : spa_last_synced_txg(spa) - TXG_DEFER_SIZE - 1;
3002 TXG_INITIAL : safe_rewind_txg;
3599 uint64_t txg = TXG_INITIAL;
4730 * Set newvd's DTL to [TXG_INITIAL, dtl_max_txg) so that we account
4736 vdev_dtl_dirty(newvd, DTL_MISSING, TXG_INITIAL,
4737 dtl_max_txg - TXG_INITIAL);
6261 ASSERT(tx->tx_txg != TXG_INITIAL);
6342 if (tx->tx_txg != TXG_INITIAL)
6399 if (tx->tx_txg != TXG_INITIAL)
H A Dspa_misc.c1259 * When we are creating the pool (tx_txg==TXG_INITIAL), we can't
1265 if (tx->tx_txg != TXG_INITIAL)
H A Ddsl_scan.c227 if (scn->scn_phys.scn_min_txg > TXG_INITIAL)
H A Dzil.c1739 zilog->zl_destroy_txg = TXG_INITIAL - 1;
H A Ddsl_dataset.c835 dsphys->ds_creation_txg = tx->tx_txg == TXG_INITIAL ? 1 : tx->tx_txg;
1356 * The origin's ds_creation_txg has to be < TXG_INITIAL
2222 if (dsl_dataset_phys(ds)->ds_prev_snap_txg < TXG_INITIAL) {
2510 * so dd_origin_txg will be < TXG_INITIAL, so
H A Dmetaslab.c1425 * a new one (txg == TXG_INITIAL), all space is available now.
1432 if (txg <= TXG_INITIAL)
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c1956 dds.dds_creation_txg = TXG_INITIAL;
3368 BP_SET_BIRTH(bp, TXG_INITIAL, TXG_INITIAL);
3644 if (max_txg < TXG_INITIAL) {

Completed in 173 milliseconds