Lines Matching defs:txg
67 int zfs_scan_min_time_ms = 1000; /* min millisecs to scrub per txg */
68 int zfs_free_min_time_ms = 1000; /* min millisecs to free per txg */
69 int zfs_resilver_min_time_ms = 3000; /* min millisecs to resilver per txg */
96 dsl_scan_init(dsl_pool_t *dp, uint64_t txg)
122 scn->scn_restart_txg = txg;
124 "restarting new-style scrub in txg %llu",
152 scn->scn_restart_txg = txg;
154 "by old software; restarting in txg %llu",
376 dsl_free(dsl_pool_t *dp, uint64_t txg, const blkptr_t *bp)
378 zio_free(dp->dp_spa, txg, bp);
382 dsl_free_sync(zio_t *pio, dsl_pool_t *dp, uint64_t txg, const blkptr_t *bpp)
385 zio_nowait(zio_free_sync(pio, dp->dp_spa, txg, bpp, pio->io_flags));
427 * - we have scanned for the maximum time: an entire txg
433 * (default 30%), or someone is explicitly waiting for this txg
519 * birth can be < claim_txg if this record's txg is
520 * already txg sync'ed (but this log block contains
590 * a prior txg sync), don't bother doing it again.
703 * deltas from this txg get integrated.
1368 /* Set up min/max txg */
1466 zfs_dbgmsg("restarting scan func=%u txg=%llu",
1560 "free_bpobj/bptree txg %llu; err=%u",
1616 zfs_dbgmsg("txg %llu scan complete", tx->tx_txg);
1625 zfs_dbgmsg("doing scan sync txg %llu; "
1637 zfs_dbgmsg("doing scan sync txg %llu; bm=%llu/%llu/%llu/%llu",
1659 zfs_dbgmsg("txg %llu traversal complete, waiting till txg %llu",
1679 dsl_resilver_restart(dsl_pool_t *dp, uint64_t txg)
1681 if (txg == 0) {
1686 txg = dmu_tx_get_txg(tx);
1687 dp->dp_scan->scn_restart_txg = txg;
1690 dp->dp_scan->scn_restart_txg = txg;
1692 zfs_dbgmsg("restarting resilver txg=%llu", txg);