Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c167 mutex_enter(&mtm->mtm_lock); in top_issue_from_taskq()
172 mutex_exit(&mtm->mtm_lock); in top_issue_from_taskq()
201 mutex_enter(&mtm->mtm_lock); in top_begin_sync()
216 mutex_exit(&mtm->mtm_lock); in top_begin_sync()
231 cv_wait(&mtm->mtm_cv_commit, &mtm->mtm_lock); in top_begin_sync()
233 mutex_exit(&mtm->mtm_lock); in top_begin_sync()
250 cv_wait(&mtm->mtm_cv_commit, &mtm->mtm_lock); in top_begin_sync()
257 mutex_exit(&mtm->mtm_lock); in top_begin_sync()
281 cv_wait(&mtm->mtm_cv_commit, &mtm->mtm_lock); in top_begin_sync()
283 mutex_exit(&mtm->mtm_lock); in top_begin_sync()
[all …]
H A Dlufs.c226 mutex_enter(&mtm->mtm_lock); in lufs_unsnarf()
229 cv_wait(&mtm->mtm_cv, &mtm->mtm_lock); in lufs_unsnarf()
232 mutex_exit(&mtm->mtm_lock); in lufs_unsnarf()
H A Dlufs_map.c145 mutex_destroy(&mtm->mtm_lock); in map_put()
189 mutex_init(&mtm->mtm_lock, NULL, MUTEX_DEFAULT, NULL); in map_get()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h405 kmutex_t mtm_lock; member