Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/
H A Dumount.c785 mountent_t *mp, *mpprev, **ml = mntarray; in do_umounts() local
791 for (mpprev = *ml; mp = *ml; mpprev = mp, ml++, cnt--) { in do_umounts()
802 if (mp->mlevel < mpprev->mlevel || lofscnt > 0) in do_umounts()