Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/zfs/
H A Dvdev_rebuild.c844 mutex_enter(&msp->ms_sync_lock); in vdev_rebuild_thread()
855 mutex_exit(&msp->ms_sync_lock); in vdev_rebuild_thread()
857 mutex_enter(&msp->ms_sync_lock); in vdev_rebuild_thread()
893 mutex_exit(&msp->ms_sync_lock); in vdev_rebuild_thread()
H A Dspa_log_spacemap.c851 mutex_enter(&curr->ms_sync_lock); in spa_flush_metaslabs()
855 mutex_exit(&curr->ms_sync_lock); in spa_flush_metaslabs()
H A Dvdev_removal.c1673 mutex_enter(&msp->ms_sync_lock); in spa_vdev_remove_thread()
1703 mutex_exit(&msp->ms_sync_lock); in spa_vdev_remove_thread()
1718 mutex_exit(&msp->ms_sync_lock); in spa_vdev_remove_thread()
H A Dmetaslab.c2581 mutex_enter(&msp->ms_sync_lock); in metaslab_load_impl()
2588 mutex_exit(&msp->ms_sync_lock); in metaslab_load_impl()
2699 mutex_exit(&msp->ms_sync_lock); in metaslab_load_impl()
2891 mutex_init(&ms->ms_sync_lock, NULL, MUTEX_DEFAULT, NULL); in metaslab_init()
3090 mutex_destroy(&msp->ms_sync_lock); in metaslab_fini()
4351 mutex_enter(&msp->ms_sync_lock); in metaslab_sync()
4520 mutex_exit(&msp->ms_sync_lock); in metaslab_sync()
/src/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h366 kmutex_t ms_sync_lock; member