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

/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c107 static kmutex_t mnt_minor_lock; variable
171 mutex_init(&mnt_minor_lock, NULL, MUTEX_DEFAULT, NULL);
225 mutex_enter(&mnt_minor_lock);
230 mutex_exit(&mnt_minor_lock);

Completed in 56 milliseconds