Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h95 extern void txg_wait_open(struct dsl_pool *dp, uint64_t txg);
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dtxg.c628 txg_wait_open(dsl_pool_t *dp, uint64_t txg) in txg_wait_open() function
H A Ddmu_tx.c1359 txg_wait_open(tx->tx_pool, tx->tx_lasttried_txg + 1); in dmu_tx_wait()
/titanic_50/usr/src/cmd/ztest/
H A Dztest.c4029 txg_wait_open(dmu_objset_pool(os), 0); in ztest_dmu_read_write_zcopy()