Home | History | Annotate | Download | only in common

Lines Matching defs:vfc

72         struct vfsconf vfc;
87 vfc.vfc_vfsops = vfsp;
88 strncpy(vfc.vfc_name, vfsp->vfs_name, sizeof(vfc.vfc_name));
89 vfc.vfc_typenum = vfsnum;
90 vfc.vfc_refcount = vfsp->vfs_refcount;
91 vfc.vfc_flags = 0;
92 vfc.vfc_mountroot = vfsp->vfs_mountroot;
93 vfc.vfc_next = NULL;
97 node.sysctl_data = &vfc;