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 char *fstype = NULL;
710 else if (fstype && strncmp(fstype, "no", 2) &&
711 strncmp(fstype, "opts=", 5) && strncmp(fstype, "loop", 4) &&
712 !strchr(fstype, ','))
713 type = fstype;
891 * If a specific fstype is specified, and it doesn't match,
1077 fputs(_("Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"), stderr);
1210 if (fstype)
1218 fstype = string_copy(tmp);
1219 compile_fs_type(fstype, &fs_type_compiled);