Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h42 #define TXG_INITIAL TXG_SIZE /* initial txg */ macro
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfeature.c416 tx->tx_txg == TXG_INITIAL)); in spa_feature_create_zap_objects()
H A Dspa_history.c444 if (tx->tx_txg == TXG_INITIAL || !spa_writeable(spa)) { in log_internal()
H A Dspa.c2349 TXG_INITIAL - 1 : spa_last_synced_txg(spa) - TXG_DEFER_SIZE - 1; in spa_load_impl()
2886 TXG_INITIAL : safe_rewind_txg; in spa_load_best()
3483 uint64_t txg = TXG_INITIAL; in spa_create()
4606 vdev_dtl_dirty(newvd, DTL_MISSING, TXG_INITIAL, in spa_vdev_attach()
4607 dtl_max_txg - TXG_INITIAL); in spa_vdev_attach()
6010 ASSERT(tx->tx_txg != TXG_INITIAL); in spa_sync_version()
6091 if (tx->tx_txg != TXG_INITIAL) in spa_sync_props()
6148 if (tx->tx_txg != TXG_INITIAL) in spa_sync_props()
H A Dbpobj.c579 if (mintxg < TXG_INITIAL && maxtxg == UINT64_MAX && bpo->bpo_havecomp) in bpobj_space_range()
H A Dspa_misc.c1246 if (tx->tx_txg != TXG_INITIAL) in spa_activate_mos_feature()
H A Ddsl_dataset.c816 dsphys->ds_creation_txg = tx->tx_txg == TXG_INITIAL ? 1 : tx->tx_txg; in dsl_dataset_create_sync_dd()
2162 if (dsl_dataset_phys(ds)->ds_prev_snap_txg < TXG_INITIAL) { in dsl_dataset_rollback_check()
H A Ddsl_scan.c220 if (scn->scn_phys.scn_min_txg > TXG_INITIAL) in dsl_scan_setup_sync()
H A Dzil.c1692 zilog->zl_destroy_txg = TXG_INITIAL - 1; in zil_alloc()
H A Dmetaslab.c1262 if (txg <= TXG_INITIAL) in metaslab_init()
/titanic_41/usr/src/cmd/zdb/
H A Dzdb.c1935 dds.dds_creation_txg = TXG_INITIAL; in dump_dir()
3326 BP_SET_BIRTH(bp, TXG_INITIAL, TXG_INITIAL); in zdb_read_block()
3590 if (max_txg < TXG_INITIAL) { in main()