Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_init.c64 int maxvfsconf = VFS_GENERIC + 1;
557 maxtypenum = VFS_GENERIC; in vfs_unregister()
H A Dvfs_subr.c4560 static SYSCTL_NODE(_vfs, VFS_GENERIC, generic, CTLFLAG_RD | CTLFLAG_SKIP |
/f-stack/freebsd/sys/
H A Dmount.h509 #define VFS_GENERIC 0 /* generic filesystem information */ macro