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

/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c169 vfsent_t *vfsll, *vfslltail; /* head and tail of the global */ variable
950 vfsll = getvfsall(fstype, mntlist == NULL);
955 if (vfsll == NULL ||
976 * Shrink the vfsll linked list down to the new list. This will
979 vfsll = vfsarray[0];
1072 * Returns an array of vfsent_t's based on vfsll & mntlist.
1080 if (vfsll == NULL)
1094 for (ndx = 0, vp = vfsll; vp; vp = vp->next) {
1119 vpprev->next = vfsll; /* make a circle out of it */
1120 vmark = vp = vfsll;
[all...]

Completed in 58 milliseconds