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()
233 mutex_exit(&mtm->mtm_lock); in top_begin_sync()
343 mutex_exit(&mtm->mtm_lock); in top_begin_sync()
368 mutex_enter(&mtm->mtm_lock); in top_begin_async()
442 mutex_exit(&mtm->mtm_lock); in top_begin_async()
462 mutex_enter(&mtm->mtm_lock); in top_end_sync()
526 mutex_exit(&mtm->mtm_lock); in top_end_sync()
562 mutex_exit(&mtm->mtm_lock); in top_end_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