Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Dspa_checkpoint.c541 mutex_enter(&spa->spa_vdev_top_lock); in spa_checkpoint()
564 mutex_exit(&spa->spa_vdev_top_lock); in spa_checkpoint()
Dspa_misc.c738 mutex_init(&spa->spa_vdev_top_lock, NULL, MUTEX_DEFAULT, NULL); in spa_add()
958 mutex_destroy(&spa->spa_vdev_top_lock); in spa_remove()
1276 mutex_enter(&spa->spa_vdev_top_lock); in spa_vdev_enter()
1378 mutex_exit(&spa->spa_vdev_top_lock); in spa_vdev_exit()
Dvdev.c3591 mutex_enter(&spa->spa_vdev_top_lock); in vdev_offline()
3593 mutex_exit(&spa->spa_vdev_top_lock); in vdev_offline()
Dspa.c918 mutex_enter(&spa->spa_vdev_top_lock); in spa_change_guid()
931 mutex_exit(&spa->spa_vdev_top_lock); in spa_change_guid()
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Dspa_impl.h350 kmutex_t spa_vdev_top_lock; /* dueling offline/remove */ member