Searched refs:maxvfsconf (Results 1 – 3 of 3) sorted by relevance
64 int maxvfsconf = VFS_GENERIC + 1; variable424 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()
4538 return (SYSCTL_OUT(req, &maxvfsconf, sizeof(int))); in vfs_sysctl()
730 extern int maxvfsconf; /* highest defined filesystem type */