Searched refs:uf_mutex (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/fs/ufs/
H A Dufs_panic.c676 mutex_init(&new->uf_mutex, NULL, MUTEX_DEFAULT, NULL);
694 if (mutex_tryenter(&new->uf_mutex)) {
696 mutex_exit(&new->uf_mutex);
727 if (mutex_tryenter(&new->uf_mutex)) {
729 mutex_exit(&new->uf_mutex);
787 need_unlock = !MUTEX_HELD(&f->uf_mutex);
789 mutex_enter(&f->uf_mutex);
796 mutex_exit(&f->uf_mutex);
891 must_unlock_failure = !MUTEX_HELD(&f->uf_mutex);
893 mutex_enter(&f->uf_mutex);
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/fs/
H A Dufs_panic.h102 kmutex_t uf_mutex; /* protects struct body */ member in struct:ufs_failure

Completed in 235 milliseconds