Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dtxg.c124 tx_state_t *tx = &dp->dp_tx; in txg_init()
162 tx_state_t *tx = &dp->dp_tx; in txg_fini()
200 tx_state_t *tx = &dp->dp_tx; in txg_sync_start()
261 tx_state_t *tx = &dp->dp_tx; in txg_sync_stop()
298 tx_state_t *tx = &dp->dp_tx; in txg_hold_open()
359 tx_state_t *tx = &dp->dp_tx; in txg_quiesce()
417 tx_state_t *tx = &dp->dp_tx; in txg_dispatch_callbacks()
457 tx_state_t *tx = &dp->dp_tx; in txg_sync_thread()
537 tx_state_t *tx = &dp->dp_tx; in txg_quiesce_thread()
587 tx_state_t *tx = &dp->dp_tx; in txg_delay()
[all …]
H A Ddsl_pool.c381 err = dsl_scan_init(dp, dp->dp_tx.tx_open_txg); in dsl_pool_open()
719 return (curthread == dp->dp_tx.tx_sync_thread || in dsl_pool_sync_context()
H A Ddmu_tx.c80 ASSERT3U(txg, <=, dp->dp_tx.tx_open_txg); in dmu_tx_create_assigned()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddsl_pool.h119 tx_state_t dp_tx; member