Searched refs:spa_namespace_lock (Results 1 – 1 of 1) sorted by relevance
241 static kmutex_t spa_namespace_lock; variable616 ASSERT(!MUTEX_HELD(&spa_namespace_lock)); in spa_namespace_enter()617 mutex_enter(&spa_namespace_lock); in spa_namespace_enter()624 ASSERT(!MUTEX_HELD(&spa_namespace_lock)); in spa_namespace_tryenter()625 return (mutex_tryenter(&spa_namespace_lock)); in spa_namespace_tryenter()632 ASSERT(!MUTEX_HELD(&spa_namespace_lock)); in spa_namespace_enter_interruptible()633 return (mutex_enter_interruptible(&spa_namespace_lock)); in spa_namespace_enter_interruptible()640 ASSERT(MUTEX_HELD(&spa_namespace_lock)); in spa_namespace_exit()641 mutex_exit(&spa_namespace_lock); in spa_namespace_exit()647 return (MUTEX_HELD(&spa_namespace_lock)); in spa_namespace_held()[all …]