Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/
H A Dumount.c75 int lofscnt; /* presence of lofs prohibits parallel */ variable
626 if (lofscnt == 0) { in parumount()
632 lofscnt = -1; in parumount()
687 lofscnt++; in make_mntarray()
729 lofscnt++; in make_mntarray()
802 if (mp->mlevel < mpprev->mlevel || lofscnt > 0) in do_umounts()
806 if (lofscnt == 0) { in do_umounts()
812 lofscnt--; /* so we don't do this again */ in do_umounts()
945 lofscnt--; in dowait()
H A Dmount.c135 int lofscnt; /* presence of lofs prohibits parallel */ variable
978 if (!lofscnt) in parmount()
1113 lofscnt++; in make_vfsarray()
1143 lofscnt++; in make_vfsarray()
1240 if (vp->mlevel > vpprev->mlevel || lofscnt > 0) { in do_mounts()
1259 if (lofscnt == 0) { in do_mounts()
1472 lofscnt--; in cleanupkid()