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

/freebsd-10-stable/sys/kern/
H A Dvfs_init.c174 struct vfsconf *tvfc; local
206 TAILQ_FOREACH(tvfc, &vfsconf, vfc_list) {
207 if (hashval == tvfc->vfc_typenum) {
216 } while (tvfc != NULL);

Completed in 45 milliseconds