HomeSort by: relevance | last modified time | path
    Searched refs:txg_how (Results 1 - 4 of 4) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
dmu_tx.h 127 int dmu_tx_assign(dmu_tx_t *tx, txg_how_t txg_how);
dmu.h 234 typedef enum txg_how { enum
691 int dmu_tx_assign(dmu_tx_t *tx, enum txg_how txg_how);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_tx.c 1173 dmu_tx_try_assign(dmu_tx_t *tx, txg_how_t txg_how)
1192 * Note that we always honor the txg_how flag regardless
1196 txg_how != TXG_WAIT)
1322 * Assign tx to a transaction group. txg_how can be one of:
1338 dmu_tx_assign(dmu_tx_t *tx, txg_how_t txg_how)
1343 ASSERT(txg_how == TXG_WAIT || txg_how == TXG_NOWAIT ||
1344 txg_how == TXG_WAITED);
1348 ASSERT(txg_how != TXG_WAIT || !dsl_pool_config_held(tx->tx_pool));
1350 if (txg_how == TXG_WAITED
    [all...]
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 1216 ztest_tx_assign(dmu_tx_t *tx, uint64_t txg_how, const char *tag)
1224 error = dmu_tx_assign(tx, txg_how);
1227 ASSERT(txg_how == TXG_NOWAIT);

Completed in 22 milliseconds