Home
last modified time | relevance | path

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

/original-bsd/sys/kern/
H A Dvfs_init.c218 vfsp->vfc_next = vfsp + 1; in vfsinit()
H A Dvfs_subr.c145 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
184 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) { in vfs_mountroot()
1435 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
1449 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
H A Dvfs_syscalls.c153 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
167 for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
/original-bsd/sys/sys/
H A Dmount.h187 struct vfsconf *vfc_next; /* next in list */ member