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

/opensolaris-onvv-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c164 static kmutex_t tmpfs_minor_lock; variable
224 mutex_init(&tmpfs_minor_lock, NULL, MUTEX_DEFAULT, NULL);
298 mutex_enter(&tmpfs_minor_lock);
303 mutex_exit(&tmpfs_minor_lock);

Completed in 85 milliseconds