Home
last modified time | relevance | path

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

/openbsd-src/sbin/mount/
H A Dmount.c68 int mountfs(const char *, const char *, const char *, const char *,
214 if (mountfs(fs->fs_vfstype, fs->fs_spec, in main()
274 rval = mountfs(fs->fs_vfstype, fs->fs_spec, in main()
278 rval = mountfs(vfstype, argv[0], argv[1], options, NULL, skip); in main()
336 mountfs(const char *vfstype, const char *spec, const char *name, in mountfs() function