Home | History | Annotate | Download | only in misc

Lines Matching defs:fstype

12  *   o Changed -t fstype to behave like with mount when -A (all file
120 static char *fstype = NULL;
711 else if (fstype && strncmp(fstype, "no", 2) &&
712 strncmp(fstype, "opts=", 5) && strncmp(fstype, "loop", 4) &&
713 !strchr(fstype, ','))
714 type = fstype;
892 * If a specific fstype is specified, and it doesn't match,
1078 fputs(_("Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"), stderr);
1211 if (fstype)
1219 fstype = string_copy(tmp);
1220 compile_fs_type(fstype, &fs_type_compiled);