Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dtxg.h102 extern void txg_wait_open(struct dsl_pool *dp, uint64_t txg,
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dtxg.c732 txg_wait_open(dsl_pool_t *dp, uint64_t txg, boolean_t should_quiesce) in txg_wait_open() function
1046 EXPORT_SYMBOL(txg_wait_open);
H A Dvdev_trim.c1401 txg_wait_open(spa_get_dsl(spa), 0, issued_trim); in vdev_autotrim_thread()
H A Ddmu.c879 txg_wait_open(dp, 0, B_TRUE); in dmu_free_long_range_impl()
/f-stack/freebsd/contrib/openzfs/cmd/ztest/
H A Dztest.c5035 txg_wait_open(dmu_objset_pool(os), 0, B_TRUE); in ztest_dmu_read_write_zcopy()