Searched refs:mountfs (Results 1 – 1 of 1) sorted by relevance
/original-bsd/sbin/mount/ |
H A D | mount.c | 44 int mountfs __P((const char *, const char *, const char *, 143 if (mountfs(fs->fs_vfstype, fs->fs_spec, 171 rval = mountfs(mntbuf->f_fstypename, mntfromname, 182 rval = mountfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file, 193 rval = mountfs(vfstype, 242 mountfs(vfstype, spec, name, flags, options, mntopts) in mountfs() function
|