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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vfsops.c1585 static kmutex_t nfs_syncbusy; variable
1599 if (!(flag & SYNC_ATTR) && mutex_tryenter(&nfs_syncbusy) != 0) {
1601 mutex_exit(&nfs_syncbusy);
1789 mutex_init(&nfs_syncbusy, NULL, MUTEX_DEFAULT, NULL);
1796 mutex_destroy(&nfs_syncbusy);

Completed in 207 milliseconds