Lines Matching defs:tx
37 dsl_null_checkfunc(void *arg, dmu_tx_t *tx)
50 * dmu_tx_is_syncing(tx).
71 dmu_tx_t *tx;
82 tx = dmu_tx_create_dd(dp->dp_mos_dir);
83 VERIFY0(dmu_tx_assign(tx, TXG_WAIT));
86 dst.dst_txg = dmu_tx_get_txg(tx);
96 err = dst.dst_checkfunc(arg, tx);
100 dmu_tx_commit(tx);
107 dmu_tx_commit(tx);
122 int blocks_modified, zfs_space_check_t space_check, dmu_tx_t *tx)
127 dst->dst_txg = dmu_tx_get_txg(tx);
143 dsl_sync_task_sync(dsl_sync_task_t *dst, dmu_tx_t *tx)
180 dst->dst_error = dst->dst_checkfunc(dst->dst_arg, tx);
182 dst->dst_syncfunc(dst->dst_arg, tx);