Home
last modified time | relevance | path

Searched defs:vfstype (Results 1 – 3 of 3) sorted by path

/freebsd/sbin/fsck/
H A Dfsck.c100 const char *vfstype = NULL; in main() local
305 char *vfstype = NULL; in checkfs() local
/freebsd/sbin/mount/
H A Dmount.c112 use_mountprog(const char *vfstype) in use_mountprog()
205 const char *mntfromname, **vfslist, *vfstype; in main() local
539 mountfs(const char *vfstype, const char *spec, const char *name, int flags, in mountfs()
H A Dmount_fs.c63 mount_fs(const char *vfstype, int argc, char *argv[]) in mount_fs()