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

/freebsd-10-stable/sys/kern/
H A Dvfs_init.c61 int maxvfsconf = VFS_GENERIC + 1; variable
218 if (vfc->vfc_typenum >= maxvfsconf)
219 maxvfsconf = vfc->vfc_typenum + 1;
221 vfc->vfc_typenum = maxvfsconf++;
339 maxvfsconf = maxtypenum + 1;
H A Dvfs_subr.c3438 return (SYSCTL_OUT(req, &maxvfsconf, sizeof(int)));
/freebsd-10-stable/bin/df/
H A Ddf.c612 int cnt, i, maxvfsconf; local
629 maxvfsconf = buflen / sizeof(struct xvfsconf);
631 if ((listptr = malloc(sizeof(char*) * maxvfsconf)) == NULL) {
637 for (cnt = 0, i = 0; i < maxvfsconf; i++) {
/freebsd-10-stable/sys/sys/
H A Dmount.h593 extern int maxvfsconf; /* highest defined filesystem type */

Completed in 166 milliseconds