Searched defs:xvfsconf (Results 1 – 1 of 1) sorted by relevance
619 struct xvfsconf { struct620 struct vfsops *vfc_vfsops; /* filesystem operations vector */621 char vfc_name[MFSNAMELEN]; /* filesystem type name */622 int vfc_typenum; /* historic filesystem type number */623 int vfc_refcount; /* number mounted of this type */624 int vfc_flags; /* permanent flags */625 struct vfsconf *vfc_next; /* next in list */