vfsconflist 125 kern/vfs_conf.c static struct vfsconf vfsconflist[] = { vfsconflist 187 kern/vfs_conf.c int maxvfsconf = sizeof(vfsconflist) / sizeof(struct vfsconf); vfsconflist 188 kern/vfs_conf.c struct vfsconf *vfsconf = vfsconflist; vfsconflist 237 kern/vfs_init.c struct vfsconf *vfsconflist; vfsconflist 261 kern/vfs_init.c vfsconflist = vfsconf; vfsconflist 267 kern/vfs_init.c vfs_register(&vfsconflist[i]);