Lines Matching refs:vfsent_t

170 } vfsent_t;  typedef
176 vfsent_t *vfsll, *vfslltail; /* head and tail of the global */
178 vfsent_t **vfsarray; /* global array of vfsent_t's */
193 static vfsent_t **make_vfsarray(char **, int);
194 static vfsent_t *new_vfsent(struct vfstab *, int);
195 static vfsent_t *getvfsall(char *, int);
200 static char *setrpath(vfsent_t *);
202 static int setup_iopipe(vfsent_t *);
203 static void setup_output(vfsent_t *);
204 static void doio(vfsent_t *);
916 vfsent_t **vl, *vp; in parmount()
979 qsort((void *)vfsarray, vfsarraysize, sizeof (vfsent_t *), in parmount()
1011 vfsent_t *
1014 vfsent_t *vhead, *vtail; in getvfsall()
1028 vfsent_t *vp; in getvfsall()
1081 vfsent_t **
1084 vfsent_t *vp, *vmark, *vpprev, **vpp; in make_vfsarray()
1093 vpp = (vfsent_t **)malloc(sizeof (*vpp) * (vfsarraysize + 1)); in make_vfsarray()
1196 vfsent_t *vp, *vpprev, **vl; in do_mounts()
1241 vfsent_t **vlp; in do_mounts()
1260 qsort((void *)vl, cnt, sizeof (vfsent_t *), in do_mounts()
1339 setup_iopipe(vfsent_t *mp) in setup_iopipe()
1370 setup_output(vfsent_t *vp) in setup_output()
1387 doio(vfsent_t *vp) in doio()
1427 vfsent_t *vp, *prevp; in cleanupkid()
1487 static vfsent_t zvmount = { 0 };
1489 vfsent_t *
1492 vfsent_t *new; in new_vfsent()
1494 new = (vfsent_t *)malloc(sizeof (*new)); in new_vfsent()
1531 setrpath(vfsent_t *vp) in setrpath()
1555 vfsent_t *a1, *b1; in mlevelcmp()
1558 a1 = *(vfsent_t **)a; in mlevelcmp()
1559 b1 = *(vfsent_t **)b; in mlevelcmp()
1571 vfsent_t *a1, *b1; in mordercmp()
1573 a1 = *(vfsent_t **)a; in mordercmp()
1574 b1 = *(vfsent_t **)b; in mordercmp()