Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dtxg.h42 #define TXG_INITIAL TXG_SIZE /* initial txg */ macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfeature.c437 ASSERT((!spa->spa_sync_on && tx->tx_txg == TXG_INITIAL) || in spa_feature_create_zap_objects()
H A Dvdev_rebuild.c519 BP_SET_BIRTH(bp, TXG_INITIAL, TXG_INITIAL); in vdev_rebuild_blkptr_init()
H A Dbpobj.c916 if (mintxg < TXG_INITIAL && maxtxg == UINT64_MAX && bpo->bpo_havecomp) in bpobj_space_range()
H A Dtxg.c812 if (txg <= TXG_INITIAL || txg == ZILTEST_TXG) in txg_verify()
H A Dvdev_removal.c769 BP_SET_BIRTH(&bp, TXG_INITIAL, TXG_INITIAL); in unalloc_seg()
H A Dspa.c3436 TXG_INITIAL - 1 : spa_last_synced_txg(spa) - TXG_DEFER_SIZE - 1;
4974 TXG_INITIAL : safe_rewind_txg;
5636 uint64_t txg = TXG_INITIAL;
6801 TXG_INITIAL, dtl_max_txg - TXG_INITIAL);
8565 ASSERT(tx->tx_txg != TXG_INITIAL);
8647 if (tx->tx_txg != TXG_INITIAL)
8710 if (tx->tx_txg != TXG_INITIAL)
H A Dspa_misc.c1407 if (tx->tx_txg != TXG_INITIAL) in spa_activate_mos_feature()
H A Ddsl_dataset.c1165 dsphys->ds_creation_txg = tx->tx_txg == TXG_INITIAL ? 1 : tx->tx_txg; in dsl_dataset_create_sync_dd()
3144 if (dsl_dataset_phys(ds)->ds_prev_snap_txg < TXG_INITIAL) { in dsl_dataset_rollback_check()
H A Dzil.c3172 zilog->zl_destroy_txg = TXG_INITIAL - 1; in zil_alloc()
H A Ddsl_scan.c767 if (scn->scn_phys.scn_min_txg > TXG_INITIAL) in dsl_scan_setup_sync()
H A Dmetaslab.c2687 if (txg <= TXG_INITIAL) { in metaslab_init()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c3678 dds.dds_creation_txg = TXG_INITIAL; in dump_objset()
7941 BP_SET_BIRTH(bp, TXG_INITIAL, TXG_INITIAL); in zdb_read_block()
8251 if (max_txg < TXG_INITIAL) { in main()