Lines Matching defs:fs
38 fstabscan(struct fstab *fs)
50 fs->fs_spec = mnt->mnt_fsname;
51 fs->fs_file = mnt->mnt_dir;
63 fs->fs_type = mnt->mnt_opts;
64 fs->fs_freq = mnt->mnt_freq;
65 fs->fs_passno = mnt->mnt_passno;
140 struct fstab *fs;
144 while ((fs = getfsent()) != 0)
145 if (strcmp(fs->fs_type, type) == 0)
146 return (fs);