Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_init.c57 int maxvfsconf = VFS_GENERIC + 1;
566 maxtypenum = VFS_GENERIC; in vfs_unregister()
H A Dvfs_subr.c4934 static SYSCTL_NODE(_vfs, VFS_GENERIC, generic, CTLFLAG_RD | CTLFLAG_SKIP |
/freebsd/sys/sys/
H A Dmount.h544 #define VFS_GENERIC 0 /* generic filesystem information */ macro