Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDvfs_init.c61 int maxvfsconf = VFS_GENERIC + 1;
334 maxtypenum = VFS_GENERIC; in vfs_unregister()
HDvfs_subr.c3683 static SYSCTL_NODE(_vfs, VFS_GENERIC, generic, CTLFLAG_RD | CTLFLAG_SKIP |
/NextBSD/sys/sys/
HDmount.h393 #define VFS_GENERIC 0 /* generic filesystem information */ macro