Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmount.h640 struct vfsconf { struct
650 TAILQ_ENTRY(vfsconf) vfc_list; /* list of vfscons */ argument
/freebsd/sys/kern/
H A Dvfs_init.c63 struct vfsconfhead vfsconf = TAILQ_HEAD_INITIALIZER(vfsconf); variable