Home
last modified time | relevance | path

Searched refs:maxvfsconf (Results 1 – 5 of 5) sorted by relevance

/original-bsd/sys/kern/
H A Dvfs_init.c216 for (vfsp = vfsconf, i = 1; i <= maxvfsconf; i++, vfsp++) { in vfsinit()
217 if (i < maxvfsconf) in vfsinit()
224 maxvfsconf = maxtypenum; in vfsinit()
H A Dvfs_conf.c131 int maxvfsconf = sizeof(vfsconflist) / sizeof (struct vfsconf); variable
H A Dvfs_subr.c1445 return (sysctl_rdint(oldp, oldlenp, newp, maxvfsconf));
H A Dvfs_syscalls.c152 if (fstypenum < maxvfsconf) {
/original-bsd/sys/sys/
H A Dmount.h192 extern int maxvfsconf; /* highest defined filesystem type */