Home
last modified time | relevance | path

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

/freebsd/sbin/fsck/
H A Dfsck.c220 type = fs->fs_vfstype; in main()
251 if (!selected(fs->fs_vfstype)) in isok()
270 if (checkfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file, "-F", 0)) in isok()
290 if (checkfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file, "-F", NULL) != 0) in isok()
H A Dpreen.c125 sumstatus = (*checkit)(fs->fs_vfstype, in checkfstab()
137 addpart(fs->fs_vfstype, name, fs->fs_file, in checkfstab()
/freebsd/sbin/mount/
H A Dmount.c303 if (checkvfsname(fs->fs_vfstype, vfslist)) in main()
321 if (mountfs(fs->fs_vfstype, fs->fs_spec, in main()
378 strcmp(fs->fs_vfstype, in main()
404 rval = mountfs(fs->fs_vfstype, fs->fs_spec, fs->fs_file, in main()
476 strcmp(fs->fs_vfstype, mntbuf[i].f_fstypename) == 0 && in ismounted()
477 (!isremountable(fs->fs_vfstype) || in ismounted()
/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c165 free(md->fstab->fs_vfstype); in main()
262 free(md->fstab->fs_vfstype); in delete_part_metadata()
451 md->fstab->fs_vfstype, md->fstab->fs_mntops, in apply_changes()
601 md->fstab->fs_vfstype = strdup(fstab->fs_vfstype); in init_fstab_metadata()
H A Dgpart_ops.c770 free(md->fstab->fs_vfstype); in set_default_part_metadata()
782 free(md->fstab->fs_vfstype); in set_default_part_metadata()
794 md->fstab->fs_vfstype = strdup(&type[8]); in set_default_part_metadata()
797 md->fstab->fs_vfstype = strdup("msdosfs"); in set_default_part_metadata()
799 md->fstab->fs_vfstype = strdup(type); /* Guess */ in set_default_part_metadata()
1504 rootfs = md->fstab->fs_vfstype; in gpart_commit()
/freebsd/include/
H A Dfstab.h58 char *fs_vfstype; /* File system type, ufs, nfs */ member
/freebsd/lib/libc/gen/
H A Dfstab.c132 _fs_fstab.fs_vfstype = in fstabscan()
163 _fs_fstab.fs_vfstype = cp; in fstabscan()
/freebsd/usr.sbin/quotaon/
H A Dquotaon.c102 if (strcmp(fs->fs_vfstype, "ufs") || in main()
/freebsd/sbin/umount/
H A Dumount.c230 if (getvfsbyname(fs->fs_vfstype, &vfc) == -1) in umountall()
232 if (checkvfsname(fs->fs_vfstype, typelist)) in umountall()
/freebsd/usr.sbin/repquota/
H A Drepquota.c151 if (strcmp(fs->fs_vfstype, "ufs")) in main()
/freebsd/libexec/rpc.rquotad/
H A Drquotad.c295 fst.fs_vfstype = blank; in getfsquota()
/freebsd/sbin/dump/
H A Doptr.c318 strcmp(fs->fs_vfstype, "ufs")) in dump_getfstab()
/freebsd/sbin/savecore/
H A Dsavecore.c1356 if (strcmp(fsp->fs_vfstype, "swap") != 0 && in enum_dumpdevs()
1357 strcmp(fsp->fs_vfstype, "dump") != 0) in enum_dumpdevs()
/freebsd/lib/libutil/
H A Dquotafile.c131 ufs = strcmp(fs->fs_vfstype, "ufs") == 0; in quota_open()
/freebsd/usr.sbin/edquota/
H A Dedquota.c370 if (strcmp(fs->fs_vfstype, "ufs")) in getprivs()