vfs_init           86 isofs/udf/udf_vfsops.c 	.vfs_init =		udf_init,
vfs_init         2119 kern/vfs_subr.c 	if (vfs->vfc_vfsops->vfs_init)
vfs_init         2120 kern/vfs_subr.c 		(*(vfs->vfc_vfsops->vfs_init))(vfs);
vfs_init          489 sys/mount.h    	int	(*vfs_init)(struct vfsconf *);
vfs_init          139 xfs/xfs_vfsops-openbsd.c     (*(vfs->vfc_vfsops->vfs_init)) (vfs);