Searched refs:svr_lock (Results 1 – 2 of 2) sorted by relevance
190 mutex_init(&svr->svr_lock, NULL, MUTEX_DEFAULT, NULL); in spa_vdev_removal_create()217 mutex_destroy(&svr->svr_lock); in spa_vdev_removal_destroy()490 mutex_enter(&svr->svr_lock); in free_from_removing_vdev()634 mutex_exit(&svr->svr_lock); in free_from_removing_vdev()731 mutex_enter(&svr->svr_lock); in vdev_mapping_sync()737 mutex_exit(&svr->svr_lock); in vdev_mapping_sync()1124 mutex_enter(&svr->svr_lock); in vdev_remove_replace_with_indirect()1127 mutex_exit(&svr->svr_lock); in vdev_remove_replace_with_indirect()1216 mutex_enter(&svr->svr_lock); in spa_vdev_copy_impl()1267 mutex_exit(&svr->svr_lock); in spa_vdev_copy_impl()[all …]
39 kmutex_t svr_lock; member