vfs 2093 kern/vfs_subr.c vfs_register(struct vfsconf *vfs) vfs 2100 kern/vfs_subr.c if (vfs->vfc_refcount != 0) vfs 2107 kern/vfs_subr.c if (strcmp(vfsp->vfc_name, vfs->vfc_name) == 0) vfs 2110 kern/vfs_subr.c if (vfs->vfc_typenum > maxvfsconf) vfs 2111 kern/vfs_subr.c maxvfsconf = vfs->vfc_typenum; vfs 2113 kern/vfs_subr.c vfs->vfc_next = NULL; vfs 2116 kern/vfs_subr.c *vfspp = vfs; vfs 2119 kern/vfs_subr.c if (vfs->vfc_vfsops->vfs_init) vfs 2120 kern/vfs_subr.c (*(vfs->vfc_vfsops->vfs_init))(vfs); vfs 2126 kern/vfs_subr.c vfs_unregister(struct vfsconf *vfs) vfs 2135 kern/vfs_subr.c if (strcmp(vfsp->vfc_name, vfs->vfc_name) == 0) vfs 73 xfs/xfs_vfsops-openbsd.c xfs_init(struct vfsconf *vfs) vfs 118 xfs/xfs_vfsops-openbsd.c vfs_register (struct vfsconf *vfs) vfs 127 xfs/xfs_vfsops-openbsd.c if (strcmp(vfsp->vfc_name, vfs->vfc_name) == 0) vfs 133 xfs/xfs_vfsops-openbsd.c *vfspp = vfs; vfs 135 xfs/xfs_vfsops-openbsd.c vfs->vfc_next = NULL; vfs 139 xfs/xfs_vfsops-openbsd.c (*(vfs->vfc_vfsops->vfs_init)) (vfs); vfs 147 xfs/xfs_vfsops-openbsd.c vfs_unregister (struct vfsconf *vfs) vfs 156 xfs/xfs_vfsops-openbsd.c if (strcmp(vfsp->vfc_name, vfs->vfc_name) == 0)