Searched refs:fs_vfstype (Results 1 – 15 of 15) sorted by relevance
/freebsd/sbin/fsck/ |
H A D | fsck.c | 220 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 D | preen.c | 125 sumstatus = (*checkit)(fs->fs_vfstype, in checkfstab() 137 addpart(fs->fs_vfstype, name, fs->fs_file, in checkfstab()
|
/freebsd/sbin/mount/ |
H A D | mount.c | 303 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 D | partedit.c | 165 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 D | gpart_ops.c | 770 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 D | fstab.h | 58 char *fs_vfstype; /* File system type, ufs, nfs */ member
|
/freebsd/lib/libc/gen/ |
H A D | fstab.c | 132 _fs_fstab.fs_vfstype = in fstabscan() 163 _fs_fstab.fs_vfstype = cp; in fstabscan()
|
/freebsd/usr.sbin/quotaon/ |
H A D | quotaon.c | 102 if (strcmp(fs->fs_vfstype, "ufs") || in main()
|
/freebsd/sbin/umount/ |
H A D | umount.c | 230 if (getvfsbyname(fs->fs_vfstype, &vfc) == -1) in umountall() 232 if (checkvfsname(fs->fs_vfstype, typelist)) in umountall()
|
/freebsd/usr.sbin/repquota/ |
H A D | repquota.c | 151 if (strcmp(fs->fs_vfstype, "ufs")) in main()
|
/freebsd/libexec/rpc.rquotad/ |
H A D | rquotad.c | 295 fst.fs_vfstype = blank; in getfsquota()
|
/freebsd/sbin/dump/ |
H A D | optr.c | 318 strcmp(fs->fs_vfstype, "ufs")) in dump_getfstab()
|
/freebsd/sbin/savecore/ |
H A D | savecore.c | 1356 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 D | quotafile.c | 131 ufs = strcmp(fs->fs_vfstype, "ufs") == 0; in quota_open()
|
/freebsd/usr.sbin/edquota/ |
H A D | edquota.c | 370 if (strcmp(fs->fs_vfstype, "ufs")) in getprivs()
|