Home
last modified time | relevance | path

Searched refs:dp_tx (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Dtxg.c119 tx_state_t *tx = &dp->dp_tx; in txg_init()
157 tx_state_t *tx = &dp->dp_tx; in txg_fini()
195 tx_state_t *tx = &dp->dp_tx; in txg_sync_start()
257 tx_state_t *tx = &dp->dp_tx; in txg_sync_stop()
294 tx_state_t *tx = &dp->dp_tx; in txg_hold_open()
355 tx_state_t *tx = &dp->dp_tx; in txg_quiesce()
411 tx_state_t *tx = &dp->dp_tx; in txg_dispatch_callbacks()
450 tx_state_t *tx = &dp->dp_tx; in txg_sync_thread()
529 tx_state_t *tx = &dp->dp_tx; in txg_quiesce_thread()
579 tx_state_t *tx = &dp->dp_tx; in txg_delay()
[all …]
H A Ddsl_pool.c279 err = dsl_scan_init(dp, dp->dp_tx.tx_open_txg); in dsl_pool_open()
609 return (curthread == dp->dp_tx.tx_sync_thread || in dsl_pool_sync_context()
H A Ddmu_tx.c79 ASSERT3U(txg, <=, dp->dp_tx.tx_open_txg); in dmu_tx_create_assigned()
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_pool.h117 tx_state_t dp_tx; member