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

/freebsd-11.0-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb_il.c140 bp->blk_birth >= spa_first_txg(zilog->zl_spa) ?
327 else if (bp->blk_birth >= spa_first_txg(zilog->zl_spa))
H A Dzdb.c2389 refcnt ? 0 : spa_first_txg(zcb->zcb_spa),
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dspa_impl.h149 uint64_t spa_first_txg; /* first txg after spa_open() */ member in struct:spa
H A Dspa.h789 extern uint64_t spa_first_txg(spa_t *spa);
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_misc.c1688 spa_first_txg(spa_t *spa) function
1690 return (spa->spa_first_txg);
H A Ddmu_traverse.c83 if (claim_txg == 0 && bp->blk_birth >= spa_first_txg(td->td_spa))
H A Dspa.c2467 spa->spa_first_txg = spa->spa_last_ubsync_txg ?
2469 spa->spa_claim_max_txg = spa->spa_first_txg;
2472 error = dsl_pool_init(spa, spa->spa_first_txg, &spa->spa_dsl_pool);
2901 tx = dmu_tx_create_assigned(dp, spa_first_txg(spa));
3701 spa->spa_first_txg = txg;
H A Ddsl_scan.c511 if (claim_txg == 0 && bp->blk_birth >= spa_first_txg(dp->dp_spa))
H A Dzil.c754 zilog->zl_header->zh_claim_txg ? -1ULL : spa_first_txg(os->os_spa));
H A Dzio.c928 ASSERT3U(spa->spa_uberblock.ub_rootbp.blk_birth, <, spa_first_txg(spa));
929 ASSERT(txg == spa_first_txg(spa) || txg == 0);
H A Dvdev.c3060 * In the zil_claim() case, we commit in spa_first_txg(spa).
3076 commit_txg = spa_first_txg(spa);

Completed in 154 milliseconds