Home
last modified time | relevance | path

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

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