Home
last modified time | relevance | path

Searched refs:spa_history_lock (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c643 mutex_init(&spa->spa_history_lock, NULL, MUTEX_DEFAULT, NULL); in spa_add()
854 mutex_destroy(&spa->spa_history_lock); in spa_remove()
H A Dspa_history.c158 ASSERT(MUTEX_HELD(&spa->spa_history_lock)); in spa_history_write()
281 mutex_enter(&spa->spa_history_lock); in spa_history_log_sync()
284 mutex_exit(&spa->spa_history_lock); in spa_history_log_sync()
347 mutex_enter(&spa->spa_history_lock); in spa_history_log_sync()
361 mutex_exit(&spa->spa_history_lock); in spa_history_log_sync()
461 mutex_enter(&spa->spa_history_lock); in spa_history_get()
501 mutex_exit(&spa->spa_history_lock); in spa_history_get()
512 mutex_exit(&spa->spa_history_lock); in spa_history_get()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h338 kmutex_t spa_history_lock; /* history lock */ member