Home
last modified time | relevance | path

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

/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dspa_history.c152 ASSERT(MUTEX_HELD(&spa->spa_history_lock)); in spa_history_write()
209 mutex_enter(&spa->spa_history_lock); in spa_history_log_sync()
212 mutex_exit(&spa->spa_history_lock); in spa_history_log_sync()
262 mutex_enter(&spa->spa_history_lock); in spa_history_log_sync()
277 mutex_exit(&spa->spa_history_lock); in spa_history_log_sync()
337 mutex_enter(&spa->spa_history_lock); in spa_history_get()
377 mutex_exit(&spa->spa_history_lock); in spa_history_get()
388 mutex_exit(&spa->spa_history_lock); in spa_history_get()
H A Dspa_misc.c435 mutex_init(&spa->spa_history_lock, NULL, MUTEX_DEFAULT, NULL); in spa_add()
538 mutex_destroy(&spa->spa_history_lock); in spa_remove()
/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa_impl.h183 kmutex_t spa_history_lock; /* history lock */ member