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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_conf.c172 * Initially the size of the list, vfs_init will set maxvfsconf
177 int maxvfsconf = sizeof(vfstbllist) / sizeof (struct vfstable); variable
H A Dvfs_init.c425 maxvfsconf = maxtypenum;
H A Dkpi_vfs.c1066 newvfstbl->vfc_typenum = maxvfsconf++;
1189 if (newvfstbl->vfc_typenum <= maxvfsconf )
1190 maxvfsconf = newvfstbl->vfc_typenum + 1;
H A Dvfs_subr.c2786 return (sysctl_rdint(oldp, oldlenp, newp, maxvfsconf));
/darwin-on-arm/xnu/bsd/sys/
H A Dmount_internal.h330 extern int maxvfsconf; /* highest defined filesystem type */

Completed in 48 milliseconds