Searched refs:vpprev (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c1077 vfsent_t *vp, *vmark, *vpprev, **vpp; local
1118 vpprev = vfslltail;
1119 vpprev->next = vfsll; /* make a circle out of it */
1138 if (vp == vpprev) { /* list exhausted */
1144 * Remove it from the circular list. vpprev
1148 vpprev->next->next = NULL;
1149 vpprev->next = vp;
1158 vpprev = vp;
1189 vfsent_t *vp, *vpprev, **vl; local
1223 for (vpprev
[all...]

Completed in 47 milliseconds