Home
last modified time | relevance | path

Searched defs:xvfsconf (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Dmount.h654 struct xvfsconf { struct
655 struct vfsops *vfc_vfsops; /* filesystem operations vector */
656 char vfc_name[MFSNAMELEN]; /* filesystem type name */
657 int vfc_typenum; /* historic filesystem type number */
658 int vfc_refcount; /* number mounted of this type */
659 int vfc_flags; /* permanent flags */
660 struct vfsconf *vfc_next; /* next in list */