Searched refs:vtail (Results 1 – 1 of 1) sorted by relevance
1016 vfsent_t *vhead, *vtail; in getvfsall() local1027 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()