Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dtxg.h113 extern void txg_list_destroy(txg_list_t *tl);
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddsl_pool.c415 txg_list_destroy(&dp->dp_dirty_datasets); in dsl_pool_close()
416 txg_list_destroy(&dp->dp_dirty_zilogs); in dsl_pool_close()
417 txg_list_destroy(&dp->dp_sync_tasks); in dsl_pool_close()
418 txg_list_destroy(&dp->dp_dirty_dirs); in dsl_pool_close()
Dtxg.c713 txg_list_destroy(txg_list_t *tl) in txg_list_destroy() function
Dvdev.c750 txg_list_destroy(&vd->vdev_ms_list); in vdev_free()
751 txg_list_destroy(&vd->vdev_dtl_list); in vdev_free()
Dspa.c1176 txg_list_destroy(&spa->spa_vdev_txg_list); in spa_deactivate()