Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/
H A Dumount.c78 int lofscnt; /* presence of lofs prohibits parallel */ variable
629 if (lofscnt == 0) { in parumount()
635 lofscnt = -1; in parumount()
690 lofscnt++; in make_mntarray()
732 lofscnt++; in make_mntarray()
805 if (mp->mlevel < mpprev->mlevel || lofscnt > 0) in do_umounts()
809 if (lofscnt == 0) { in do_umounts()
815 lofscnt--; /* so we don't do this again */ in do_umounts()
931 lofscnt--; in dowait()
H A Dmount.c135 int lofscnt; /* presence of lofs prohibits parallel */ variable
980 if (!lofscnt) in parmount()
1115 lofscnt++; in make_vfsarray()
1145 lofscnt++; in make_vfsarray()
1242 if (vp->mlevel > vpprev->mlevel || lofscnt > 0) { in do_mounts()
1261 if (lofscnt == 0) { in do_mounts()
1465 lofscnt--; in cleanupkid()