Searched refs:dmu_tx_get_txg (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_synctask.c86 dst.dst_txg = dmu_tx_get_txg(tx);
127 dst->dst_txg = dmu_tx_get_txg(tx);
H A Dzil.c419 zio_free_zil(zilog->zl_spa, dmu_tx_get_txg(tx), bp);
436 zio_free(zilog->zl_spa, dmu_tx_get_txg(tx), bp);
552 txg = dmu_tx_get_txg(tx);
617 txg = dmu_tx_get_txg(tx);
655 uint64_t first_txg = dmu_tx_get_txg(tx);
980 txg = dmu_tx_get_txg(tx);
1294 txg = dmu_tx_get_txg(tx);
1343 itx->itx_lr.lrc_txg = dmu_tx_get_txg(tx);
1639 uint64_t txg = dmu_tx_get_txg(tx);
2164 zilog->zl_replayed_seq[dmu_tx_get_txg(t
[all...]
H A Dspace_map.c278 SM_DEBUG_TXG_ENCODE(dmu_tx_get_txg(tx));
421 "old bonus %u, old blocksz %u", dmu_tx_get_txg(tx),
H A Dzfeature.c358 uint64_t enabling_txg = dmu_tx_get_txg(tx);
H A Ddsl_scan.c1420 dmu_tx_get_txg(tx), bp, 0));
1686 txg = dmu_tx_get_txg(tx);
H A Ddnode_sync.c147 BP_SET_BIRTH(bp, dmu_tx_get_txg(tx), 0);
H A Ddmu_tx.c1520 dmu_tx_get_txg(dmu_tx_t *tx) function
H A Ddmu.c1573 zio_nowait(zio_write(pio, os->os_spa, dmu_tx_get_txg(tx), zgd->zgd_bp,
H A Dzfs_znode.c790 gen = dmu_tx_get_txg(tx);
H A Dspa.c6011 zio_nowait(zio_free_sync(zio, zio->io_spa, dmu_tx_get_txg(tx), bp,
6233 dmu_tx_get_txg(tx), B_FALSE);
H A Ddmu_send.c2013 int txgoff = dmu_tx_get_txg(tx) & TXG_MASK;
H A Ddsl_dataset.c1715 ASSERT(!dmu_objset_is_dirty(os, dmu_tx_get_txg(tx)));
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h131 uint64_t dmu_tx_get_txg(dmu_tx_t *tx);
H A Ddmu.h897 uint64_t dmu_tx_get_txg(dmu_tx_t *tx);
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1240 txg = dmu_tx_get_txg(tx);
4511 txg = error ? 0 : dmu_tx_get_txg(tx);

Completed in 124 milliseconds