Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c1148 static kmutex_t rfs_async_write_lock; variable
1219 mutex_enter(&rfs_async_write_lock); in rfs_write()
1246 cv_wait(&lp->cv, &rfs_async_write_lock); in rfs_write()
1247 mutex_exit(&rfs_async_write_lock); in rfs_write()
1272 mutex_exit(&rfs_async_write_lock); in rfs_write()
1280 mutex_enter(&rfs_async_write_lock); in rfs_write()
1295 mutex_exit(&rfs_async_write_lock); in rfs_write()
1306 mutex_enter(&rfs_async_write_lock); in rfs_write()
1321 mutex_exit(&rfs_async_write_lock); in rfs_write()
1353 mutex_enter(&rfs_async_write_lock); in rfs_write()
[all …]