Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c1152 static kmutex_t rfs_async_write_lock; variable
1224 mutex_enter(&rfs_async_write_lock); in rfs_write()
1251 cv_wait(&lp->cv, &rfs_async_write_lock); in rfs_write()
1252 mutex_exit(&rfs_async_write_lock); in rfs_write()
1277 mutex_exit(&rfs_async_write_lock); in rfs_write()
1285 mutex_enter(&rfs_async_write_lock); in rfs_write()
1300 mutex_exit(&rfs_async_write_lock); in rfs_write()
1311 mutex_enter(&rfs_async_write_lock); in rfs_write()
1326 mutex_exit(&rfs_async_write_lock); in rfs_write()
1358 mutex_enter(&rfs_async_write_lock); in rfs_write()
[all …]