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

/freebsd-10.1-release/include/
H A Dfstab.h59 char *fs_vfstype; /* File system type, ufs, nfs */ member in struct:fstab
/freebsd-10.1-release/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c150 free(md->fstab->fs_vfstype);
244 free(md->fstab->fs_vfstype);
380 md->fstab->fs_vfstype, md->fstab->fs_mntops,
490 md->fstab->fs_vfstype = strdup(fstab->fs_vfstype);
H A Dgpart_ops.c598 free(md->fstab->fs_vfstype);
610 free(md->fstab->fs_vfstype);
619 md->fstab->fs_vfstype = strdup(&type[8]);
621 md->fstab->fs_vfstype = strdup("msdosfs");
623 md->fstab->fs_vfstype = strdup(type); /* Guess */
/freebsd-10.1-release/sbin/fsck/
H A Dfsck.c213 type = fs->fs_vfstype;
244 if (!selected(fs->fs_vfstype))
260 if (checkfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file, "-F", 0))
280 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.1-release/usr.sbin/quotaon/
H A Dquotaon.c114 if (strcmp(fs->fs_vfstype, "ufs") ||
/freebsd-10.1-release/lib/libc/gen/
H A Dfstab.c136 _fs_fstab.fs_vfstype =
167 _fs_fstab.fs_vfstype = cp;
/freebsd-10.1-release/sbin/umount/
H A Dumount.c206 if (getvfsbyname(fs->fs_vfstype, &vfc) == -1)
208 if (checkvfsname(fs->fs_vfstype, typelist))
/freebsd-10.1-release/libexec/rpc.rquotad/
H A Drquotad.c184 if (strcmp(fs->fs_vfstype, "ufs"))
/freebsd-10.1-release/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,
490 (!isremountable(fs->fs_vfstype) ||
/freebsd-10.1-release/sbin/savecore/
H A Dsavecore.c802 if (strcmp(fsp->fs_vfstype, "swap") &&
803 strcmp(fsp->fs_vfstype, "dump"))
/freebsd-10.1-release/sbin/dump/
H A Doptr.c324 strcmp(fs->fs_vfstype, "ufs"))
/freebsd-10.1-release/usr.sbin/repquota/
H A Drepquota.c163 if (strcmp(fs->fs_vfstype, "ufs"))
/freebsd-10.1-release/lib/libutil/
H A Dquotafile.c121 if (strcmp(fs->fs_vfstype, "ufs"))
/freebsd-10.1-release/usr.sbin/edquota/
H A Dedquota.c383 if (strcmp(fs->fs_vfstype, "ufs"))

Completed in 214 milliseconds