Searched refs:ovfs (Results 1 – 1 of 1) sorted by relevance
5029 struct ovfsconf ovfs; in sysctl_ovfs_conf() local5033 bzero(&ovfs, sizeof(ovfs)); in sysctl_ovfs_conf()5034 ovfs.vfc_vfsops = vfsp->vfc_vfsops; /* XXX used as flag */ in sysctl_ovfs_conf()5035 strcpy(ovfs.vfc_name, vfsp->vfc_name); in sysctl_ovfs_conf()5036 ovfs.vfc_index = vfsp->vfc_typenum; in sysctl_ovfs_conf()5037 ovfs.vfc_refcount = vfsp->vfc_refcount; in sysctl_ovfs_conf()5038 ovfs.vfc_flags = vfsp->vfc_flags; in sysctl_ovfs_conf()5039 error = SYSCTL_OUT(req, &ovfs, sizeof ovfs); in sysctl_ovfs_conf()