Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dtxg.h122 extern void txg_list_destroy(txg_list_t *tl);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c384 txg_list_destroy(&dp->dp_dirty_datasets); in dsl_pool_close()
385 txg_list_destroy(&dp->dp_dirty_zilogs); in dsl_pool_close()
386 txg_list_destroy(&dp->dp_sync_tasks); in dsl_pool_close()
387 txg_list_destroy(&dp->dp_early_sync_tasks); in dsl_pool_close()
388 txg_list_destroy(&dp->dp_dirty_dirs); in dsl_pool_close()
H A Dtxg.c788 txg_list_destroy(txg_list_t *tl) in txg_list_destroy() function
H A Dvdev.c907 txg_list_destroy(&vd->vdev_ms_list); in vdev_free()
908 txg_list_destroy(&vd->vdev_dtl_list); in vdev_free()
H A Dspa.c1250 txg_list_destroy(&spa->spa_vdev_txg_list); in spa_deactivate()