Searched refs:txg_how (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_tx.h128 int dmu_tx_assign(dmu_tx_t *tx, txg_how_t txg_how);
H A Ddmu.h234 typedef enum txg_how { enum
689 int dmu_tx_assign(dmu_tx_t *tx, enum txg_how txg_how);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_tx.c1156 dmu_tx_try_assign(dmu_tx_t *tx, txg_how_t txg_how) argument
1175 * Note that we always honor the txg_how flag regardless
1179 txg_how != TXG_WAIT)
1305 * Assign tx to a transaction group. txg_how can be one of:
1321 dmu_tx_assign(dmu_tx_t *tx, txg_how_t txg_how) argument
1326 ASSERT(txg_how == TXG_WAIT || txg_how == TXG_NOWAIT ||
1327 txg_how == TXG_WAITED);
1331 ASSERT(txg_how != TXG_WAIT || !dsl_pool_config_held(tx->tx_pool));
1333 if (txg_how
[all...]
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1220 ztest_tx_assign(dmu_tx_t *tx, uint64_t txg_how, const char *tag) argument
1228 error = dmu_tx_assign(tx, txg_how);
1231 ASSERT(txg_how == TXG_NOWAIT);

Completed in 79 milliseconds