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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c2884 static kmutex_t nfs4_syncbusy; variable
2901 if (!(flag & SYNC_ATTR) && mutex_tryenter(&nfs4_syncbusy) != 0) {
2903 mutex_exit(&nfs4_syncbusy);
3110 mutex_init(&nfs4_syncbusy, NULL, MUTEX_DEFAULT, NULL);
3121 mutex_destroy(&nfs4_syncbusy);

Completed in 66 milliseconds