Searched refs:vpprev (Results 1 – 1 of 1) sorted by relevance
1084 vfsent_t *vp, *vmark, *vpprev, **vpp; in make_vfsarray() local1125 vpprev = vfslltail; in make_vfsarray()1126 vpprev->next = vfsll; /* make a circle out of it */ in make_vfsarray()1145 if (vp == vpprev) { /* list exhausted */ in make_vfsarray()1155 vpprev->next->next = NULL; in make_vfsarray()1156 vpprev->next = vp; in make_vfsarray()1165 vpprev = vp; in make_vfsarray()1196 vfsent_t *vp, *vpprev, **vl; in do_mounts() local1230 for (vpprev = *vl; vp = *vl; vpprev = vp, vl++, cnt--) { in do_mounts()1240 if (vp->mlevel > vpprev->mlevel || lofscnt > 0) { in do_mounts()