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

/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c76 int lofscnt; /* presence of lofs prohibits parallel */ variable
616 if (lofscnt == 0) {
622 lofscnt = -1;
677 lofscnt++;
719 lofscnt++;
792 if (mp->mlevel < mpprev->mlevel || lofscnt > 0)
796 if (lofscnt == 0) {
802 lofscnt--; /* so we don't do this again */
918 lofscnt--;
H A Dmount.c137 int lofscnt; /* presence of lofs prohibits parallel */ variable
971 if (!lofscnt)
1106 lofscnt++;
1136 lofscnt++;
1233 if (vp->mlevel > vpprev->mlevel || lofscnt > 0) {
1252 if (lofscnt == 0) {
1456 lofscnt--;

Completed in 395 milliseconds