HomeSort by: relevance | last modified time | path
    Searched refs:fs_vfstype (Results 1 - 12 of 12) sorted by relevancy

  /src/etc/rc.d/
resize_root 43 while read fs_spec fs_file fs_vfstype fs_mntops fs_freq fs_passno
56 if [ "${fs_vfstype}" != "ffs" ]; then
fsck_root 28 while read fs_spec fs_file fs_vfstype fs_mntops fs_freq fs_passno
  /src/include/
fstab.h 63 __aconst char *fs_vfstype; /* File system type, ufs, nfs */ member in struct:fstab
  /src/lib/libc/gen/
fstab.c 113 _fs_fstab.fs_vfstype =
132 _fs_fstab.fs_vfstype = nextfld(&lp, ws);
  /src/usr.sbin/quotaon/
quotaon.c 140 if ((strcmp(fs->fs_vfstype, "ffs") &&
141 strcmp(fs->fs_vfstype, "lfs")) ||
  /src/sbin/dump/
optr.c 380 if (strcmp(fs->fs_vfstype, "lfs"))
383 if (strcmp(fs->fs_vfstype, "ufs") &&
384 strcmp(fs->fs_vfstype, "ffs"))
  /src/sbin/fsck/
preen.c 137 sumstatus = (*checkit)(fs->fs_vfstype,
153 addpart(fs->fs_vfstype, name, fs->fs_file,
fsck.c 226 type = fs->fs_vfstype;
256 if (!selected(fs->fs_vfstype))
  /src/sbin/mount/
mount.c 186 if (checkvfsname(fs->fs_vfstype, vfslist))
203 if (mountfs(fs->fs_vfstype, mntfromname,
283 fstypename = fs->fs_vfstype;
  /src/lib/libquota/
quota_oldfiles.c 221 if (!strcmp(fs->fs_vfstype, "ffs") ||
222 !strcmp(fs->fs_vfstype, "lfs")) {
  /src/usr.sbin/quotacheck/
quotacheck.c 290 if (strcmp(fs->fs_vfstype, "ffs") ||
  /src/usr.sbin/edquota/
edquota.c 340 if (strcmp(fs->fs_vfstype, "ffs"))

Completed in 30 milliseconds