Home
last modified time | relevance | path

Searched refs:c_log_mutex (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c157 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 …]
H A Dcachefs_subr.c124 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()
H A Dcachefs_vfsops.c739 ASSERT(MUTEX_NOT_HELD(&cachep->c_log_mutex)); in cachefs_kstat_mount()
748 ksp->ks_lock = &cachep->c_log_mutex; in cachefs_kstat_mount()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h564 kmutex_t c_log_mutex; /* protects c_log* */ member