Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/zdb/
H A Dzdb_il.c140 bp->blk_birth >= spa_first_txg(zilog->zl_spa) ? in zil_prt_rec_write()
327 else if (bp->blk_birth >= spa_first_txg(zilog->zl_spa)) in print_log_block()
H A Dzdb.c2361 refcnt ? 0 : spa_first_txg(zcb->zcb_spa), in zdb_count_block()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h141 uint64_t spa_first_txg; /* first txg after spa_open() */ member
H A Dspa.h763 extern uint64_t spa_first_txg(spa_t *spa);
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c1594 spa_first_txg(spa_t *spa) in spa_first_txg() function
1596 return (spa->spa_first_txg); in spa_first_txg()
H A Ddmu_traverse.c82 if (claim_txg == 0 && bp->blk_birth >= spa_first_txg(td->td_spa)) in traverse_zil_block()
H A Dspa.c2350 spa->spa_first_txg = spa->spa_last_ubsync_txg ? in spa_load_impl()
2352 spa->spa_claim_max_txg = spa->spa_first_txg; in spa_load_impl()
2355 error = dsl_pool_init(spa, spa->spa_first_txg, &spa->spa_dsl_pool); in spa_load_impl()
2738 tx = dmu_tx_create_assigned(dp, spa_first_txg(spa)); in spa_load_impl()
3526 spa->spa_first_txg = txg; in spa_create()
H A Dzio.c863 ASSERT3U(spa->spa_uberblock.ub_rootbp.blk_birth, <, spa_first_txg(spa)); in zio_claim()
864 ASSERT(txg == spa_first_txg(spa) || txg == 0); in zio_claim()
H A Ddsl_scan.c477 if (claim_txg == 0 && bp->blk_birth >= spa_first_txg(dp->dp_spa)) in dsl_scan_zil_block()
H A Dzil.c744 zilog->zl_header->zh_claim_txg ? -1ULL : spa_first_txg(os->os_spa)); in zil_check_log_chain()
H A Dvdev.c2836 commit_txg = spa_first_txg(spa); in vdev_stat_update()