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

/freebsd-12-stable/include/
H A Dfstab.h61 char *fs_vfstype; /* File system type, ufs, nfs */ member in struct:fstab
/freebsd-12-stable/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c159 free(md->fstab->fs_vfstype);
255 free(md->fstab->fs_vfstype);
391 md->fstab->fs_vfstype, md->fstab->fs_mntops,
538 md->fstab->fs_vfstype = strdup(fstab->fs_vfstype);
H A Dgpart_ops.c724 free(md->fstab->fs_vfstype);
736 free(md->fstab->fs_vfstype);
750 md->fstab->fs_vfstype = strdup(&type[8]);
753 md->fstab->fs_vfstype = strdup("msdosfs");
755 md->fstab->fs_vfstype = strdup(type); /* Guess */
1406 rootfs = md->fstab->fs_vfstype;
/freebsd-12-stable/sbin/fsck/
H A Dfsck.c224 type = fs->fs_vfstype;
255 if (!selected(fs->fs_vfstype))
271 if (checkfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file, "-F", 0))
291 if (checkfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file, "-F", NULL) != 0)
H A Dpreen.c133 sumstatus = (*checkit)(fs->fs_vfstype,
146 addpart(fs->fs_vfstype, name, fs->fs_file);
/freebsd-12-stable/usr.sbin/quotaon/
H A Dquotaon.c116 if (strcmp(fs->fs_vfstype, "ufs") ||
/freebsd-12-stable/lib/libc/gen/
H A Dfstab.c136 _fs_fstab.fs_vfstype =
167 _fs_fstab.fs_vfstype = cp;
/freebsd-12-stable/sbin/mount/
H A Dmount.c351 if (checkvfsname(fs->fs_vfstype, vfslist))
369 if (mountfs(fs->fs_vfstype, fs->fs_spec,
418 strcmp(fs->fs_vfstype,
444 rval = mountfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file,
516 strcmp(fs->fs_vfstype, mntbuf[i].f_fstypename) == 0 &&
517 (!isremountable(fs->fs_vfstype) ||
/freebsd-12-stable/sbin/umount/
H A Dumount.c230 if (getvfsbyname(fs->fs_vfstype, &vfc) == -1)
232 if (checkvfsname(fs->fs_vfstype, typelist))
/freebsd-12-stable/libexec/rpc.rquotad/
H A Drquotad.c298 fst.fs_vfstype = blank;
/freebsd-12-stable/sbin/dump/
H A Doptr.c326 strcmp(fs->fs_vfstype, "ufs"))
/freebsd-12-stable/usr.sbin/repquota/
H A Drepquota.c165 if (strcmp(fs->fs_vfstype, "ufs"))
/freebsd-12-stable/sbin/savecore/
H A Dsavecore.c1001 if (strcmp(fsp->fs_vfstype, "swap") &&
1002 strcmp(fsp->fs_vfstype, "dump"))
/freebsd-12-stable/lib/libutil/
H A Dquotafile.c133 ufs = strcmp(fs->fs_vfstype, "ufs") == 0;
/freebsd-12-stable/usr.sbin/edquota/
H A Dedquota.c385 if (strcmp(fs->fs_vfstype, "ufs"))

Completed in 198 milliseconds