Searched refs:c_log_mutex (Results 1 – 4 of 4) sorted by relevance
157 ASSERT(MUTEX_HELD(&cachep->c_log_mutex)); in cachefs_log_kstat_snapshot()338 ASSERT(MUTEX_HELD(&cachep->c_log_mutex)); in cachefs_log_logfile_open()385 mutex_exit(&cachep->c_log_mutex); in cachefs_log_logfile_open()401 mutex_enter(&cachep->c_log_mutex); in cachefs_log_logfile_open()421 ASSERT((getlock) || (MUTEX_HELD(&cachep->c_log_mutex))); in cachefs_log_error()424 mutex_enter(&cachep->c_log_mutex); in cachefs_log_error()445 mutex_exit(&cachep->c_log_mutex); in cachefs_log_error()532 mutex_enter(&cachep->c_log_mutex); in cachefs_log_enqueue()536 mutex_exit(&cachep->c_log_mutex); in cachefs_log_enqueue()549 mutex_exit(&cachep->c_log_mutex); in cachefs_log_enqueue()[all …]
124 mutex_init(&cachep->c_log_mutex, NULL, MUTEX_DEFAULT, NULL); in cachefs_cache_create()234 mutex_destroy(&cachep->c_log_mutex); in cachefs_cache_destroy()382 mutex_enter(&cachep->c_log_mutex); in cachefs_cache_activate_ro()413 mutex_exit(&cachep->c_log_mutex); in cachefs_cache_activate_ro()573 mutex_enter(&cachep->c_log_mutex); in cachefs_stop_cache()583 mutex_exit(&cachep->c_log_mutex); in cachefs_stop_cache()
739 ASSERT(MUTEX_NOT_HELD(&cachep->c_log_mutex)); in cachefs_kstat_mount()748 ksp->ks_lock = &cachep->c_log_mutex; in cachefs_kstat_mount()
564 kmutex_t c_log_mutex; /* protects c_log* */ member