Home
last modified time | relevance | path

Searched refs:TXG_INITIAL (Results 1 – 13 of 13) sorted by path

/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c2457 dds.dds_creation_txg = TXG_INITIAL; in dump_dir()
6102 BP_SET_BIRTH(bp, TXG_INITIAL, TXG_INITIAL); in zdb_read_block()
6349 if (max_txg < TXG_INITIAL) { in main()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dbpobj.c594 if (mintxg < TXG_INITIAL && maxtxg == UINT64_MAX && bpo->bpo_havecomp) in bpobj_space_range()
H A Ddsl_dataset.c931 dsphys->ds_creation_txg = tx->tx_txg == TXG_INITIAL ? 1 : tx->tx_txg; in dsl_dataset_create_sync_dd()
2681 if (dsl_dataset_phys(ds)->ds_prev_snap_txg < TXG_INITIAL) { in dsl_dataset_rollback_check()
H A Ddsl_scan.c767 if (scn->scn_phys.scn_min_txg > TXG_INITIAL) in dsl_scan_setup_sync()
H A Dmetaslab.c2629 if (txg <= TXG_INITIAL) { in metaslab_init()
H A Dspa.c2954 TXG_INITIAL - 1 : spa_last_synced_txg(spa) - TXG_DEFER_SIZE - 1;
4473 TXG_INITIAL : safe_rewind_txg;
5086 uint64_t txg = TXG_INITIAL;
6395 vdev_dtl_dirty(newvd, DTL_MISSING, TXG_INITIAL,
6396 dtl_max_txg - TXG_INITIAL);
8071 ASSERT(tx->tx_txg != TXG_INITIAL);
8152 if (tx->tx_txg != TXG_INITIAL)
8214 if (tx->tx_txg != TXG_INITIAL)
H A Dspa_history.c532 if (tx->tx_txg == TXG_INITIAL || !spa_writeable(spa)) { in log_internal()
H A Dspa_misc.c1426 if (tx->tx_txg != TXG_INITIAL) in spa_activate_mos_feature()
H A Dtxg.c763 if (txg <= TXG_INITIAL || txg == ZILTEST_TXG) in txg_verify()
H A Dvdev_removal.c756 BP_SET_BIRTH(&bp, TXG_INITIAL, TXG_INITIAL); in unalloc_seg()
H A Dzfeature.c429 ASSERT((!spa->spa_sync_on && tx->tx_txg == TXG_INITIAL) || in spa_feature_create_zap_objects()
H A Dzil.c2979 zilog->zl_destroy_txg = TXG_INITIAL - 1; in zil_alloc()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h42 #define TXG_INITIAL TXG_SIZE /* initial txg */ macro