Searched defs:xvfsconf (Results 1 – 1 of 1) sorted by relevance
661 struct xvfsconf { struct662 struct vfsops *vfc_vfsops; /* filesystem operations vector */663 char vfc_name[MFSNAMELEN]; /* filesystem type name */664 int vfc_typenum; /* historic filesystem type number */665 int vfc_refcount; /* number mounted of this type */666 int vfc_flags; /* permanent flags */667 struct vfsconf *vfc_next; /* next in list */