Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dtxg.h74 extern uint64_t txg_hold_open(struct dsl_pool *dp, txg_handle_t *txghp);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dtxg.c296 txg_hold_open(dsl_pool_t *dp, txg_handle_t *th) in txg_hold_open() function
1040 EXPORT_SYMBOL(txg_hold_open);
H A Ddmu_tx.c893 tx->tx_txg = txg_hold_open(tx->tx_pool, &tx->tx_txgh); in dmu_tx_try_assign()