Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmount.h605 struct vfsconf { struct
615 TAILQ_ENTRY(vfsconf) vfc_list; /* list of vfscons */ argument
/f-stack/freebsd/kern/
H A Dvfs_init.c70 struct vfsconfhead vfsconf = TAILQ_HEAD_INITIALIZER(vfsconf); variable