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

/freebsd-10-stable/sys/kern/
H A Dvfs_init.c315 int error, maxtypenum; local
335 maxtypenum = VFS_GENERIC;
337 if (maxtypenum < vfsp->vfc_typenum)
338 maxtypenum = vfsp->vfc_typenum;
339 maxvfsconf = maxtypenum + 1;

Completed in 20 milliseconds