Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c1016 vfsent_t *vhead, *vtail; in getvfsall() local
1027 vhead = vtail = NULL; in getvfsall()
1063 vtail->next = vp; in getvfsall()
1064 vtail = vp; in getvfsall()
1068 if (vtail == NULL) { in getvfsall()
1073 vtail->next = NULL; in getvfsall()
1074 vfslltail = vtail; /* save it in the global variable */ in getvfsall()