Searched defs:nfs3_syncbusy (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vfsops.c1584 static kmutex_t nfs3_syncbusy; variable
1598 if (!(flag & SYNC_ATTR) && mutex_tryenter(&nfs3_syncbusy) != 0) {
1600 mutex_exit(&nfs3_syncbusy);
1787 mutex_init(&nfs3_syncbusy, NULL, MUTEX_DEFAULT, NULL);
1794 mutex_destroy(&nfs3_syncbusy);

Completed in 140 milliseconds