Searched refs:spa_history_lock (Results 1 – 3 of 3) sorted by relevance
158 ASSERT(MUTEX_HELD(&spa->spa_history_lock)); in spa_history_write()269 mutex_enter(&spa->spa_history_lock); in spa_history_log_sync()272 mutex_exit(&spa->spa_history_lock); in spa_history_log_sync()335 mutex_enter(&spa->spa_history_lock); in spa_history_log_sync()349 mutex_exit(&spa->spa_history_lock); in spa_history_log_sync()447 mutex_enter(&spa->spa_history_lock); in spa_history_get()487 mutex_exit(&spa->spa_history_lock); in spa_history_get()498 mutex_exit(&spa->spa_history_lock); in spa_history_get()
647 mutex_init(&spa->spa_history_lock, NULL, MUTEX_DEFAULT, NULL); in spa_add()837 mutex_destroy(&spa->spa_history_lock); in spa_remove()
349 kmutex_t spa_history_lock; /* history lock */ member