Searched refs:dmu_tx_create_assigned (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dmu_tx.h | 152 extern dmu_tx_t *dmu_tx_create_assigned(struct dsl_pool *dp, uint64_t txg);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_errlog.c | 367 tx = dmu_tx_create_assigned(spa->spa_dsl_pool, txg); in spa_errlog_sync()
|
| H A D | dsl_pool.c | 463 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 D | vdev_removal.c | 1169 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 D | dmu_tx.c | 86 dmu_tx_create_assigned(struct dsl_pool *dp, uint64_t txg) in dmu_tx_create_assigned() function
|
| H A D | ddt.c | 1126 tx = dmu_tx_create_assigned(spa->spa_dsl_pool, txg); in ddt_sync()
|
| H A D | vdev.c | 3096 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 D | spa.c | 4328 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 D | metaslab.c | 3940 tx = dmu_tx_create_assigned(spa_get_dsl(spa), txg); in metaslab_sync()
|