Searched refs:fs_vfstype (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/include/
H A Dfstab.h59 char *fs_vfstype; /* File system type, ufs, nfs */ member in struct:fstab
/freebsd-10-stable/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c156 free(md->fstab->fs_vfstype);
252 free(md->fstab->fs_vfstype);
388 md->fstab->fs_vfstype, md->fstab->fs_mntops,
535 md->fstab->fs_vfstype = strdup(fstab->fs_vfstype);
H A Dgpart_ops.c709 free(md->fstab->fs_vfstype);
721 free(md->fstab->fs_vfstype);
735 md->fstab->fs_vfstype = strdup(&type[8]);
737 md->fstab->fs_vfstype = strdup("msdosfs");
739 md->fstab->fs_vfstype = strdup(type); /* Guess */
1345 rootfs = md->fstab->fs_vfstype;
/freebsd-10-stable/sbin/fsck/
H A Dfsck.c223 type = fs->fs_vfstype;
254 if (!selected(fs->fs_vfstype))
270 if (checkfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file, "-F", 0))
290 if (checkfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file, "-F", NULL) != 0)
H A Dpreen.c131 sumstatus = (*checkit)(fs->fs_vfstype,
144 addpart(fs->fs_vfstype, name, fs->fs_file);
/freebsd-10-stable/usr.sbin/quotaon/
H A Dquotaon.c114 if (strcmp(fs->fs_vfstype, "ufs") ||
/freebsd-10-stable/lib/libc/gen/
H A Dfstab.c136 _fs_fstab.fs_vfstype =
167 _fs_fstab.fs_vfstype = cp;
/freebsd-10-stable/sbin/mount/
H A Dmount.c335 if (checkvfsname(fs->fs_vfstype, vfslist))
352 if (mountfs(fs->fs_vfstype, fs->fs_spec,
425 rval = mountfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file,
497 strcmp(fs->fs_vfstype, mntbuf[i].f_fstypename) == 0 &&
498 (!isremountable(fs->fs_vfstype) ||
/freebsd-10-stable/sbin/umount/
H A Dumount.c207 if (getvfsbyname(fs->fs_vfstype, &vfc) == -1)
209 if (checkvfsname(fs->fs_vfstype, typelist))
/freebsd-10-stable/libexec/rpc.rquotad/
H A Drquotad.c184 if (strcmp(fs->fs_vfstype, "ufs"))
/freebsd-10-stable/sbin/savecore/
H A Dsavecore.c822 if (strcmp(fsp->fs_vfstype, "swap") &&
823 strcmp(fsp->fs_vfstype, "dump"))
/freebsd-10-stable/sbin/dump/
H A Doptr.c324 strcmp(fs->fs_vfstype, "ufs"))
/freebsd-10-stable/usr.sbin/repquota/
H A Drepquota.c163 if (strcmp(fs->fs_vfstype, "ufs"))
/freebsd-10-stable/lib/libutil/
H A Dquotafile.c121 if (strcmp(fs->fs_vfstype, "ufs"))
/freebsd-10-stable/usr.sbin/edquota/
H A Dedquota.c383 if (strcmp(fs->fs_vfstype, "ufs"))

Completed in 93 milliseconds