Lines Matching defs:txg
218 * If the head_errlog feature is enabled, store the birth txg now. In
220 * be able to retrieve the birth txg.
332 * equal to the spa's syncing txg: if check_filesystem() errors out
480 * birth txg or the head filesystem of the block pointer. This may
1262 spa_errlog_sync(spa_t *spa, uint64_t txg)
1295 tx = dmu_tx_create_assigned(spa->spa_dsl_pool, txg);
1376 uint64_t *txg)
1404 *txg = prev_obj_txg;
1423 uint64_t txg;
1424 error = find_txg_ancestor_snapshot(spa, new_head, old_head, &txg);
1452 if (err_block.zb_birth < txg) {