Searched refs:maxvfsconf (Results 1 – 4 of 4) sorted by relevance
272 vfsconflistlen = maxvfsconf; in vfsinit()274 maxvfsconf = 0; in vfsinit()
228 int maxvfsconf = sizeof(vfsconflist) / sizeof(struct vfsconf); variable
1438 return (sysctl_rdint(oldp, oldlenp, newp, maxvfsconf));2314 if (vfs->vfc_typenum > maxvfsconf)2315 maxvfsconf = vfs->vfc_typenum;2359 maxvfsconf = maxtypenum;
479 extern int maxvfsconf; /* highest defined filesystem type */