Home
last modified time | relevance | path

Searched refs:spa_history_lock (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_history.c158 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()
H A Dspa_misc.c647 mutex_init(&spa->spa_history_lock, NULL, MUTEX_DEFAULT, NULL); in spa_add()
837 mutex_destroy(&spa->spa_history_lock); in spa_remove()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h349 kmutex_t spa_history_lock; /* history lock */ member