• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/

Lines Matching defs:txg

200 	 * it's possible the offsets are equal. In that case, sort by txg
413 typedef int (*zdb_log_sm_cb_t)(spa_t *spa, space_map_entry_t *sme, uint64_t txg,
457 verify_livelist_allocs(metaslab_verify_t *mv, uint64_t txg,
480 if (found->svb_allocated_txg <= txg) {
486 (u_longlong_t)txg);
497 uint64_t txg = sme->sme_txg;
505 (u_longlong_t)txg, (u_longlong_t)offset,
518 (u_longlong_t)txg, (u_longlong_t)offset,
532 verify_livelist_allocs(mv, txg, offset, size);
539 uint64_t txg, void *arg)
558 if (txg < metaslab_unflushed_txg(ms))
562 ASSERT3U(txg, ==, sme->sme_txg);
776 "\t\t[-o <var>=<value>]... [-t <txg>] [-U <cache>] [-x <dumpdir>]\n"
783 "\t%s -m [-AFLPX] [-e [-V] [-p <path> ...]] [-t <txg>] "
860 (void) fprintf(stderr, " -t <txg> -- highest txg to use when "
1555 "\t [%6llu] %s: txg %llu pass %llu\n",
1683 (void) printf("\tFlush data:\n\tunflushed txg=%llu\n\n",
1792 (void) printf("\toffset %llx -> txg %llu\n",
1898 (void) printf("Log Spacemap object %llu txg %llu\n",
2125 uint64_t time, txg, ievent;
2138 ZPOOL_HIST_TXG, &txg) == 0);
2146 "[internal %s txg:%lld] %s",
2148 (longlong_t)txg, intstr);
5457 uint64_t txg, void *arg)
5472 if (txg < metaslab_unflushed_txg(ms))
5771 uint64_t txg, void *arg)
5785 if (txg < metaslab_unflushed_txg(ms))
5809 load_unflushed_cb(spa_t *spa, space_map_entry_t *sme, uint64_t txg, void *arg)
5828 if (txg < metaslab_unflushed_txg(ms))
7480 uint64_t txg, void *arg)
7489 lsos->lsos_current_txg = txg;
7490 } else if (lsos->lsos_current_txg < txg) {
7492 (void) printf("%-8llu valid entries out of %-8llu - txg %llu\n",
7498 lsos->lsos_current_txg = txg;
7500 ASSERT3U(lsos->lsos_current_txg, ==, txg);
7512 if (txg < metaslab_unflushed_txg(ms))
7534 (void) printf("%-8llu valid entries out of %-8llu - txg %llu\n",
8384 (void) fprintf(stderr, "incorrect txg "