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

/freebsd-current/include/
H A Dfstab.h58 char *fs_vfstype; /* File system type, ufs, nfs */ member in struct:fstab
/freebsd-current/sbin/fsck/
H A Dfsck.c220 type = fs->fs_vfstype;
251 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.c125 sumstatus = (*checkit)(fs->fs_vfstype,
137 addpart(fs->fs_vfstype, name, fs->fs_file,
/freebsd-current/usr.sbin/quotaon/
H A Dquotaon.c102 if (strcmp(fs->fs_vfstype, "ufs") ||
/freebsd-current/lib/libc/gen/
H A Dfstab.c132 _fs_fstab.fs_vfstype =
163 _fs_fstab.fs_vfstype = cp;
/freebsd-current/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c165 free(md->fstab->fs_vfstype);
262 free(md->fstab->fs_vfstype);
451 md->fstab->fs_vfstype, md->fstab->fs_mntops,
601 md->fstab->fs_vfstype = strdup(fstab->fs_vfstype);
H A Dgpart_ops.c770 free(md->fstab->fs_vfstype);
782 free(md->fstab->fs_vfstype);
794 md->fstab->fs_vfstype = strdup(&type[8]);
797 md->fstab->fs_vfstype = strdup("msdosfs");
799 md->fstab->fs_vfstype = strdup(type); /* Guess */
1504 rootfs = md->fstab->fs_vfstype;
/freebsd-current/sbin/mount/
H A Dmount.c302 if (checkvfsname(fs->fs_vfstype, vfslist))
320 if (mountfs(fs->fs_vfstype, fs->fs_spec,
377 strcmp(fs->fs_vfstype,
403 rval = mountfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file,
475 strcmp(fs->fs_vfstype, mntbuf[i].f_fstypename) == 0 &&
476 (!isremountable(fs->fs_vfstype) ||
/freebsd-current/usr.sbin/repquota/
H A Drepquota.c151 if (strcmp(fs->fs_vfstype, "ufs"))
/freebsd-current/sbin/umount/
H A Dumount.c230 if (getvfsbyname(fs->fs_vfstype, &vfc) == -1)
232 if (checkvfsname(fs->fs_vfstype, typelist))
/freebsd-current/sbin/dump/
H A Doptr.c318 strcmp(fs->fs_vfstype, "ufs"))
/freebsd-current/libexec/rpc.rquotad/
H A Drquotad.c295 fst.fs_vfstype = blank;
/freebsd-current/lib/libutil/
H A Dquotafile.c131 ufs = strcmp(fs->fs_vfstype, "ufs") == 0;
/freebsd-current/sbin/savecore/
H A Dsavecore.c1356 if (strcmp(fsp->fs_vfstype, "swap") != 0 &&
1357 strcmp(fsp->fs_vfstype, "dump") != 0)
/freebsd-current/usr.sbin/edquota/
H A Dedquota.c370 if (strcmp(fs->fs_vfstype, "ufs"))

Completed in 280 milliseconds