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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dtxg.h42 #define TXG_INITIAL TXG_SIZE /* initial txg */ macro
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfeature.c421 tx->tx_txg == TXG_INITIAL));
H A Dspa_history.c450 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.c2497 TXG_INITIAL - 1 : spa_last_synced_txg(spa) - TXG_DEFER_SIZE - 1;
3078 TXG_INITIAL : safe_rewind_txg;
3689 uint64_t txg = TXG_INITIAL;
5023 * Set newvd's DTL to [TXG_INITIAL, dtl_max_txg) so that we account
5029 vdev_dtl_dirty(newvd, DTL_MISSING, TXG_INITIAL,
5030 dtl_max_txg - TXG_INITIAL);
6607 ASSERT(tx->tx_txg != TXG_INITIAL);
6688 if (tx->tx_txg != TXG_INITIAL)
6745 if (tx->tx_txg != TXG_INITIAL)
H A Dspa_misc.c1435 * When we are creating the pool (tx_txg==TXG_INITIAL), we can't
1441 if (tx->tx_txg != TXG_INITIAL)
H A Dzil.c1757 zilog->zl_destroy_txg = TXG_INITIAL - 1;
H A Ddsl_scan.c254 if (scn->scn_phys.scn_min_txg > TXG_INITIAL)
H A Ddsl_dataset.c848 dsphys->ds_creation_txg = tx->tx_txg == TXG_INITIAL ? 1 : tx->tx_txg;
1409 * The origin's ds_creation_txg has to be < TXG_INITIAL
2311 if (dsl_dataset_phys(ds)->ds_prev_snap_txg < TXG_INITIAL) {
2599 * so dd_origin_txg will be < TXG_INITIAL, so
H A Dmetaslab.c1514 * a new one (txg == TXG_INITIAL), all space is available now.
1521 if (txg <= TXG_INITIAL)
/netbsd-current/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c1974 dds.dds_creation_txg = TXG_INITIAL;
3388 BP_SET_BIRTH(bp, TXG_INITIAL, TXG_INITIAL);
3664 if (max_txg < TXG_INITIAL) {

Completed in 319 milliseconds