Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h73 extern uint64_t txg_hold_open(struct dsl_pool *dp, txg_handle_t *txghp);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dtxg.c293 txg_hold_open(dsl_pool_t *dp, txg_handle_t *th) in txg_hold_open() function
H A Ddmu_tx.c905 tx->tx_txg = txg_hold_open(tx->tx_pool, &tx->tx_txgh); in dmu_tx_try_assign()