Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dvncache.c79 kmutex_t fncache_lock; variable
236 mutex_enter(&fncache_lock); in vncache_lookup()
242 mutex_exit(&fncache_lock); in vncache_lookup()
289 mutex_enter(&fncache_lock); in vncache_enter()
299 mutex_exit(&fncache_lock); in vncache_enter()
326 mutex_enter(&fncache_lock); in vncache_renamed()
329 mutex_exit(&fncache_lock); in vncache_renamed()
349 mutex_enter(&fncache_lock); in vncache_inactive()
359 mutex_exit(&fncache_lock); in vncache_inactive()
409 mutex_init(&fncache_lock, NULL, MUTEX_DEFAULT, NULL); in vncache_init()
[all …]