Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/sys/
Dmount.h490 struct xvfsconf { struct
491 struct vfsops *vfc_vfsops; /* filesystem operations vector */
492 char vfc_name[MFSNAMELEN]; /* filesystem type name */
493 int vfc_typenum; /* historic filesystem type number */
494 int vfc_refcount; /* number mounted of this type */
495 int vfc_flags; /* permanent flags */
496 struct vfsconf *vfc_next; /* next in list */