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

/freebsd-12-stable/sys/kern/
H A Dvfs_init.c320 int error, maxtypenum; local
340 maxtypenum = VFS_GENERIC;
342 if (maxtypenum < vfsp->vfc_typenum)
343 maxtypenum = vfsp->vfc_typenum;
344 maxvfsconf = maxtypenum + 1;

Completed in 48 milliseconds