Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_init.c64 int maxvfsconf = VFS_GENERIC + 1; variable
424 if (vfc->vfc_typenum >= maxvfsconf) in vfs_register()
425 maxvfsconf = vfc->vfc_typenum + 1; in vfs_register()
427 vfc->vfc_typenum = maxvfsconf++; in vfs_register()
561 maxvfsconf = maxtypenum + 1; in vfs_unregister()
H A Dvfs_subr.c4538 return (SYSCTL_OUT(req, &maxvfsconf, sizeof(int))); in vfs_sysctl()
/f-stack/freebsd/sys/
H A Dmount.h730 extern int maxvfsconf; /* highest defined filesystem type */