Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c1589 static kmutex_t nfs_syncbusy; variable
1603 if (!(flag & SYNC_ATTR) && mutex_tryenter(&nfs_syncbusy) != 0) { in nfs_sync()
1605 mutex_exit(&nfs_syncbusy); in nfs_sync()
1793 mutex_init(&nfs_syncbusy, NULL, MUTEX_DEFAULT, NULL); in nfs_vfsinit()
1800 mutex_destroy(&nfs_syncbusy); in nfs_vfsfini()