Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs3_vfsops.c1588 static kmutex_t nfs3_syncbusy; variable
1602 if (!(flag & SYNC_ATTR) && mutex_tryenter(&nfs3_syncbusy) != 0) { in nfs3_sync()
1604 mutex_exit(&nfs3_syncbusy); in nfs3_sync()
1791 mutex_init(&nfs3_syncbusy, NULL, MUTEX_DEFAULT, NULL); in nfs3_vfsinit()
1798 mutex_destroy(&nfs3_syncbusy); in nfs3_vfsfini()