Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c120 tx_state_t *tx = &dp->dp_tx; in txg_init()
158 tx_state_t *tx = &dp->dp_tx; in txg_fini()
196 tx_state_t *tx = &dp->dp_tx; in txg_sync_start()
258 tx_state_t *tx = &dp->dp_tx; in txg_sync_stop()
295 tx_state_t *tx = &dp->dp_tx; in txg_hold_open()
356 tx_state_t *tx = &dp->dp_tx; in txg_quiesce()
412 tx_state_t *tx = &dp->dp_tx; in txg_dispatch_callbacks()
450 tx_state_t *tx = &dp->dp_tx; in txg_is_syncing()
458 tx_state_t *tx = &dp->dp_tx; in txg_is_quiescing()
466 tx_state_t *tx = &dp->dp_tx; in txg_has_quiesced_to_sync()
[all …]
H A Ddsl_pool.c349 err = dsl_scan_init(dp, dp->dp_tx.tx_open_txg); in dsl_pool_open()
800 return (curthread == dp->dp_tx.tx_sync_thread || in dsl_pool_sync_context()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_pool.h125 tx_state_t dp_tx; member