Home
last modified time | relevance | path

Searched refs:dmu_tx_create_assigned (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu_tx.h152 extern dmu_tx_t *dmu_tx_create_assigned(struct dsl_pool *dp, uint64_t txg);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_errlog.c367 tx = dmu_tx_create_assigned(spa->spa_dsl_pool, txg); in spa_errlog_sync()
H A Ddsl_pool.c463 dmu_tx_t *tx = dmu_tx_create_assigned(dp, txg); in dsl_pool_create()
632 tx = dmu_tx_create_assigned(dp, txg); in dsl_pool_sync()
H A Dvdev_removal.c1169 tx = dmu_tx_create_assigned(spa->spa_dsl_pool, txg); in vdev_remove_replace_with_indirect()
2170 dmu_tx_t *tx = dmu_tx_create_assigned(spa->spa_dsl_pool, *txg); in spa_vdev_remove_top()
H A Ddmu_tx.c86 dmu_tx_create_assigned(struct dsl_pool *dp, uint64_t txg) in dmu_tx_create_assigned() function
H A Dddt.c1126 tx = dmu_tx_create_assigned(spa->spa_dsl_pool, txg); in ddt_sync()
H A Dvdev.c3096 tx = dmu_tx_create_assigned(spa->spa_dsl_pool, txg); in vdev_dtl_sync()
3511 dmu_tx_t *tx = dmu_tx_create_assigned(spa_get_dsl(spa), txg); in vdev_remove_empty_log()
3546 dmu_tx_t *tx = dmu_tx_create_assigned(spa->spa_dsl_pool, txg); in vdev_sync()
H A Dspa.c4328 tx = dmu_tx_create_assigned(dp, spa_first_txg(spa));
5826 tx = dmu_tx_create_assigned(dp, txg);
6551 tx = dmu_tx_create_assigned(spa->spa_dsl_pool, txg);
9119 dmu_tx_t *tx = dmu_tx_create_assigned(dp, txg);
H A Dmetaslab.c3940 tx = dmu_tx_create_assigned(spa_get_dsl(spa), txg); in metaslab_sync()