maxvfsconf        187 kern/vfs_conf.c int maxvfsconf = sizeof(vfsconflist) / sizeof(struct vfsconf);
maxvfsconf        262 kern/vfs_init.c 	vfsconflistlen = maxvfsconf;
maxvfsconf        264 kern/vfs_init.c 	maxvfsconf = 0;
maxvfsconf       1276 kern/vfs_subr.c 		return (sysctl_rdint(oldp, oldlenp, newp, maxvfsconf));
maxvfsconf       2110 kern/vfs_subr.c 	if (vfs->vfc_typenum > maxvfsconf)
maxvfsconf       2111 kern/vfs_subr.c 		maxvfsconf = vfs->vfc_typenum;
maxvfsconf       2154 kern/vfs_subr.c 	maxvfsconf = maxtypenum;
maxvfsconf        466 sys/mount.h    extern int maxvfsconf;		/* highest defined filesystem type */
maxvfsconf        130 xfs/xfs_vfsops-openbsd.c     maxvfsconf++;
maxvfsconf        168 xfs/xfs_vfsops-openbsd.c     maxvfsconf--;