Home
last modified time | relevance | path

Searched refs:fstype_to_vfsname (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/sys/
H A Ddtype.h153 static const char *fstype_to_vfsname[] = { variable
/dragonfly/sbin/mount/
H A Dmount.c828 if (fstype_to_vfsname[info.fstype]) { in checkdisklabel()
829 *vfstypep = fstype_to_vfsname[info.fstype]; in checkdisklabel()