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

/freebsd-12-stable/sys/kern/
H A Dvfs_init.c176 struct vfsconf *tvfc; local
208 TAILQ_FOREACH(tvfc, &vfsconf, vfc_list) {
209 if (hashval == tvfc->vfc_typenum) {
218 } while (tvfc != NULL);

Completed in 101 milliseconds