Home
last modified time | relevance | path

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

/freebsd/sbin/mount/
H A Dmount.c83 int mountfs(const char *, const char *, const char *,
321 if (mountfs(fs->fs_vfstype, fs->fs_spec, in main()
393 rval = mountfs(mntbuf->f_fstypename, mntfromname, in main()
404 rval = mountfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file, in main()
433 rval = mountfs(vfstype, in main()
540 mountfs(const char *vfstype, const char *spec, const char *name, int flags, in mountfs() function