Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_checkpoint.c544 mutex_enter(&spa->spa_vdev_top_lock); in spa_checkpoint()
567 mutex_exit(&spa->spa_vdev_top_lock); in spa_checkpoint()
H A Dspa_misc.c653 mutex_init(&spa->spa_vdev_top_lock, NULL, MUTEX_DEFAULT, NULL); in spa_add()
843 mutex_destroy(&spa->spa_vdev_top_lock); in spa_remove()
1162 mutex_enter(&spa->spa_vdev_top_lock); in spa_vdev_enter()
1179 mutex_enter(&spa->spa_vdev_top_lock); in spa_vdev_detach_enter()
1304 mutex_exit(&spa->spa_vdev_top_lock); in spa_vdev_exit()
H A Dvdev.c3926 mutex_enter(&spa->spa_vdev_top_lock); in vdev_offline()
3928 mutex_exit(&spa->spa_vdev_top_lock); in vdev_offline()
H A Dspa.c887 mutex_enter(&spa->spa_vdev_top_lock); in spa_change_guid()
900 mutex_exit(&spa->spa_vdev_top_lock); in spa_change_guid()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h376 kmutex_t spa_vdev_top_lock; /* dueling offline/remove */ member