Home
last modified time | relevance | path

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

/mirbsd/src/sys/kern/
Dvfs_init.c272 vfsconflistlen = maxvfsconf; in vfsinit()
274 maxvfsconf = 0; in vfsinit()
Dvfs_conf.c228 int maxvfsconf = sizeof(vfsconflist) / sizeof(struct vfsconf); variable
Dvfs_subr.c1438 return (sysctl_rdint(oldp, oldlenp, newp, maxvfsconf));
2314 if (vfs->vfc_typenum > maxvfsconf)
2315 maxvfsconf = vfs->vfc_typenum;
2359 maxvfsconf = maxtypenum;
/mirbsd/src/sys/sys/
Dmount.h479 extern int maxvfsconf; /* highest defined filesystem type */