vfc_next          197 kern/vfs_subr.c 	for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
vfc_next          233 kern/vfs_subr.c 	for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) {
vfc_next         1263 kern/vfs_subr.c 		for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
vfc_next         1282 kern/vfs_subr.c 		for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
vfc_next         1294 kern/vfs_subr.c 		tmpvfsp->vfc_next = NULL;
vfc_next         2106 kern/vfs_subr.c 	    vfspp = &vfsp->vfc_next, vfsp = vfsp->vfc_next)
vfc_next         2113 kern/vfs_subr.c 	vfs->vfc_next = NULL;
vfc_next         2134 kern/vfs_subr.c 	    vfspp = &vfsp->vfc_next, vfsp = vfsp->vfc_next) {
vfc_next         2146 kern/vfs_subr.c 	*vfspp = vfsp->vfc_next;
vfc_next         2150 kern/vfs_subr.c 	for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
vfc_next          208 kern/vfs_syscalls.c 		for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
vfc_next          222 kern/vfs_syscalls.c 	for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) {
vfc_next          454 sys/mount.h    	struct	vfsconf *vfc_next;	/* next in list */
vfc_next          126 xfs/xfs_vfsops-openbsd.c 	 vfspp = &vfsp->vfc_next, vfsp = vfsp->vfc_next)
vfc_next          135 xfs/xfs_vfsops-openbsd.c     vfs->vfc_next = NULL;
vfc_next          155 xfs/xfs_vfsops-openbsd.c 	 vfspp = &vfsp->vfc_next, vfsp = vfsp->vfc_next)
vfc_next          166 xfs/xfs_vfsops-openbsd.c     *vfspp = vfsp->vfc_next;