Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/kern/
Dvfs_init.c60 int maxvfsconf = VFS_GENERIC + 1;
309 maxtypenum = VFS_GENERIC; in vfs_unregister()
Dvfs_subr.c3424 static SYSCTL_NODE(_vfs, VFS_GENERIC, generic, CTLFLAG_RD | CTLFLAG_SKIP,
/freebsd-9-stable/sys/sys/
Dmount.h400 #define VFS_GENERIC 0 /* generic filesystem information */ macro