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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Ddmu_tx.h119 uint64_t dmu_tx_get_txg(dmu_tx_t *tx);
H A Ddmu.h935 uint64_t dmu_tx_get_txg(dmu_tx_t *tx);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_synctask.c63 dst.dst_txg = dmu_tx_get_txg(tx);
161 dst->dst_txg = dmu_tx_get_txg(tx);
H A Dvdev_removal.c240 uint64_t txg = dmu_tx_get_txg(tx);
342 "im_obj=%llu", vd->vdev_id, vd, dmu_tx_get_txg(tx),
667 ASSERT3U(dmu_tx_get_txg(tx), ==, spa_syncing_txg(spa));
721 uint64_t txg = dmu_tx_get_txg(tx);
730 vdev_indirect_mapping_max_offset(vim), dmu_tx_get_txg(tx), tx);
1213 uint64_t txg = dmu_tx_get_txg(tx);
1476 uint64_t txg = dmu_tx_get_txg(tx);
1677 svr->svr_bytes_done[dmu_tx_get_txg(tx) & TXG_MASK] = 0;
1684 vd->vdev_id, dmu_tx_get_txg(tx));
1721 int txgoff = dmu_tx_get_txg(t
[all...]
H A Dzil.c472 zio_free(zilog->zl_spa, dmu_tx_get_txg(tx), bp);
489 zio_free(zilog->zl_spa, dmu_tx_get_txg(tx), bp);
650 txg = dmu_tx_get_txg(tx);
716 txg = dmu_tx_get_txg(tx);
1316 txg = dmu_tx_get_txg(tx);
1754 txg = dmu_tx_get_txg(tx);
1798 itx->itx_lr.lrc_txg = dmu_tx_get_txg(tx);
1806 zilog_dirty(zilog, dmu_tx_get_txg(tx));
2797 uint64_t txg = dmu_tx_get_txg(tx);
3360 zilog->zl_replayed_seq[dmu_tx_get_txg(t
[all...]
H A Dzfeature.c362 uint64_t enabling_txg = dmu_tx_get_txg(tx);
H A Dvdev_indirect.c507 vd->vdev_id, dmu_tx_get_txg(tx), vic->vic_mapping_object,
520 uint64_t txg = dmu_tx_get_txg(tx);
546 int txgoff = dmu_tx_get_txg(tx) & TXG_MASK;
774 vd->vdev_id, dmu_tx_get_txg(tx),
H A Dspace_map.c512 SM_DEBUG_TXG_ENCODE(dmu_tx_get_txg(tx));
836 VERIFY3U(dmu_tx_get_txg(tx), <=, spa_final_dirty_txg(spa));
854 dmu_tx_get_txg(tx), spa_name(spa), sm, sm->sm_object,
H A Dvdev_indirect_mapping.c489 (u_longlong_t)dmu_tx_get_txg(tx),
H A Dvdev_initialize.c72 uint64_t txg = dmu_tx_get_txg(tx);
207 uint64_t txg = dmu_tx_get_txg(tx);
H A Ddmu.c822 dp->dp_long_free_dirty_pertxg[dmu_tx_get_txg(tx) & TXG_MASK] +=
827 uint64_t, dmu_tx_get_txg(tx));
2064 zil_lwb_add_txg(zgd->zgd_lwb, dmu_tx_get_txg(tx));
2095 zio_nowait(zio_write(pio, os->os_spa, dmu_tx_get_txg(tx), zgd->zgd_bp,
H A Ddnode_sync.c147 BP_SET_BIRTH(bp, dmu_tx_get_txg(tx), 0);
H A Ddmu_tx.c1179 dmu_tx_get_txg(dmu_tx_t *tx) function
H A Ddsl_scan.c974 txg = dmu_tx_get_txg(tx);
2941 dmu_tx_get_txg(tx), bp, BP_GET_PSIZE(bp), 0));
H A Dzfs_znode.c789 gen = dmu_tx_get_txg(tx);
H A Dspa.c7407 zio_nowait(zio_free_sync(zio, zio->io_spa, dmu_tx_get_txg(tx), bp,
7630 dmu_tx_get_txg(tx), B_FALSE);
H A Ddsl_dataset.c1815 ASSERT(!dmu_objset_is_dirty(os, dmu_tx_get_txg(tx)));
H A Ddmu_send.c2122 int txgoff = dmu_tx_get_txg(tx) & TXG_MASK;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c1260 txg = dmu_tx_get_txg(tx);
4710 txg = error ? 0 : dmu_tx_get_txg(tx);

Completed in 234 milliseconds