vfsconf            94 isofs/cd9660/cd9660_extern.h int cd9660_init(struct vfsconf *);
vfsconf            80 isofs/cd9660/cd9660_node.c 	struct vfsconf *vfsp;
vfsconf            18 isofs/udf/udf_extern.h int udf_init(struct vfsconf *);
vfsconf           101 isofs/udf/udf_vfsops.c udf_init(struct vfsconf *foo)
vfsconf           125 kern/vfs_conf.c static struct vfsconf vfsconflist[] = {
vfsconf           187 kern/vfs_conf.c int maxvfsconf = sizeof(vfsconflist) / sizeof(struct vfsconf);
vfsconf           188 kern/vfs_conf.c struct vfsconf *vfsconf = vfsconflist;
vfsconf           237 kern/vfs_init.c 	struct vfsconf *vfsconflist;
vfsconf           261 kern/vfs_init.c 	vfsconflist = vfsconf;
vfsconf           263 kern/vfs_init.c 	vfsconf = NULL;
vfsconf           194 kern/vfs_subr.c 	struct vfsconf *vfsp;
vfsconf           197 kern/vfs_subr.c 	for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
vfsconf           228 kern/vfs_subr.c 	struct vfsconf *vfsp;
vfsconf           233 kern/vfs_subr.c 	for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) {
vfsconf          1255 kern/vfs_subr.c 	struct vfsconf *vfsp, *tmpvfsp;
vfsconf          1263 kern/vfs_subr.c 		for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
vfsconf          1282 kern/vfs_subr.c 		for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
vfsconf          1297 kern/vfs_subr.c 		    sizeof(struct vfsconf));
vfsconf          2093 kern/vfs_subr.c vfs_register(struct vfsconf *vfs)
vfsconf          2095 kern/vfs_subr.c 	struct vfsconf *vfsp;
vfsconf          2096 kern/vfs_subr.c 	struct vfsconf **vfspp;
vfsconf          2105 kern/vfs_subr.c 	for (vfspp = &vfsconf, vfsp = vfsconf; vfsp;
vfsconf          2126 kern/vfs_subr.c vfs_unregister(struct vfsconf *vfs)
vfsconf          2128 kern/vfs_subr.c 	struct vfsconf *vfsp;
vfsconf          2129 kern/vfs_subr.c 	struct vfsconf **vfspp;
vfsconf          2133 kern/vfs_subr.c 	for (vfspp = &vfsconf, vfsp = vfsconf; vfsp;
vfsconf          2150 kern/vfs_subr.c 	for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
vfsconf          2237 kern/vfs_subr.c 	struct vfsconf *vfc = mp->mnt_vfc;
vfsconf            98 kern/vfs_syscalls.c 	struct vfsconf *vfsp;
vfsconf           208 kern/vfs_syscalls.c 		for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next)
vfsconf           222 kern/vfs_syscalls.c 	for (vfsp = vfsconf; vfsp; vfsp = vfsp->vfc_next) {
vfsconf            62 miscfs/portal/portal_vfsops.c #define portal_init ((int (*)(struct vfsconf *))nullop)
vfsconf           141 miscfs/procfs/procfs.h struct vfsconf;
vfsconf           143 miscfs/procfs/procfs.h int	procfs_init(struct vfsconf *);
vfsconf            56 miscfs/procfs/procfs_subr.c procfs_init(struct vfsconf *vfsp)
vfsconf            82 msdosfs/msdosfs_denode.c 	struct vfsconf *vfsp;
vfsconf           215 msdosfs/msdosfsmount.h int msdosfs_init(struct vfsconf *);
vfsconf          1078 nfs/nfs_subs.c 	struct vfsconf *vfsp;
vfsconf           249 nfs/nfs_var.h  int nfs_vfs_init(struct vfsconf *);
vfsconf           106 ntfs/ntfs_vfsops.c static int	ntfs_init(struct vfsconf *);
vfsconf           122 ntfs/ntfs_vfsops.c static int	ntfs_init(struct vfsconf *);
vfsconf           275 ntfs/ntfs_vfsops.c 	struct vfsconf *vcp )
vfsconf            87 sys/lkm.h      	struct vfsconf *lkm_vfsconf;
vfsconf           206 sys/lkm.h      #define	MOD_VFS(name,vfsslot,vfsconf)		\
vfsconf           212 sys/lkm.h      		vfsconf				\
vfsconf           356 sys/mount.h    	struct vfsconf  *mnt_vfc;               /* configuration info */
vfsconf           447 sys/mount.h    struct vfsconf {
vfsconf           454 sys/mount.h    	struct	vfsconf *vfc_next;	/* next in list */
vfsconf           467 sys/mount.h    extern struct vfsconf *vfsconf;	/* head of list of filesystem types */
vfsconf           489 sys/mount.h    	int	(*vfs_init)(struct vfsconf *);
vfsconf           589 sys/mount.h    int	vfs_register(struct vfsconf *);
vfsconf           590 sys/mount.h    int	vfs_unregister(struct vfsconf *);
vfsconf            50 ufs/ext2fs/ext2fs_extern.h struct vfsconf;
vfsconf            79 ufs/ext2fs/ext2fs_extern.h int ext2fs_init(struct vfsconf *);
vfsconf           109 ufs/ext2fs/ext2fs_vfsops.c ext2fs_init(struct vfsconf *vfsp)
vfsconf            90 ufs/ffs/ffs_extern.h struct vfsconf;
vfsconf           120 ufs/ffs/ffs_extern.h int ffs_init(struct vfsconf *);
vfsconf          1483 ufs/ffs/ffs_vfsops.c ffs_init(struct vfsconf *vfsp)
vfsconf            42 ufs/mfs/mfs_extern.h struct vfsconf;
vfsconf            53 ufs/mfs/mfs_extern.h int mfs_init(struct vfsconf *);
vfsconf           308 ufs/mfs/mfs_vfsops.c mfs_init(struct vfsconf *vfsp)
vfsconf            53 ufs/ufs/ufs_extern.h struct vfsconf;
vfsconf           110 ufs/ufs/ufs_extern.h int ufs_init(struct vfsconf *);
vfsconf           112 ufs/ufs/ufs_vfsops.c ufs_init(struct vfsconf *vfsp)
vfsconf            73 xfs/xfs_vfsops-openbsd.c xfs_init(struct vfsconf *vfs)
vfsconf           105 xfs/xfs_vfsops-openbsd.c static struct vfsconf xfs_vfc = {
vfsconf           118 xfs/xfs_vfsops-openbsd.c vfs_register (struct vfsconf *vfs)
vfsconf           120 xfs/xfs_vfsops-openbsd.c     struct vfsconf *vfsp;
vfsconf           121 xfs/xfs_vfsops-openbsd.c     struct vfsconf **vfspp;
vfsconf           124 xfs/xfs_vfsops-openbsd.c     for (vfspp = &vfsconf, vfsp = vfsconf;
vfsconf           147 xfs/xfs_vfsops-openbsd.c vfs_unregister (struct vfsconf *vfs)
vfsconf           149 xfs/xfs_vfsops-openbsd.c     struct vfsconf *vfsp;
vfsconf           150 xfs/xfs_vfsops-openbsd.c     struct vfsconf **vfspp;
vfsconf           153 xfs/xfs_vfsops-openbsd.c     for (vfspp = &vfsconf, vfsp = vfsconf;