Searched refs:ovfs (Results 1 – 1 of 1) sorted by relevance
4571 struct ovfsconf ovfs; in sysctl_ovfs_conf() local4575 bzero(&ovfs, sizeof(ovfs)); in sysctl_ovfs_conf()4576 ovfs.vfc_vfsops = vfsp->vfc_vfsops; /* XXX used as flag */ in sysctl_ovfs_conf()4577 strcpy(ovfs.vfc_name, vfsp->vfc_name); in sysctl_ovfs_conf()4578 ovfs.vfc_index = vfsp->vfc_typenum; in sysctl_ovfs_conf()4579 ovfs.vfc_refcount = vfsp->vfc_refcount; in sysctl_ovfs_conf()4580 ovfs.vfc_flags = vfsp->vfc_flags; in sysctl_ovfs_conf()4581 error = SYSCTL_OUT(req, &ovfs, sizeof ovfs); in sysctl_ovfs_conf()