Lines Matching defs:errors
219 {Opt_errors, "errors=%s"},
294 char *errors = args[0].from;
295 if (!errors || !*errors)
297 if (!strcmp(errors, "continue")) {
301 } else if (!strcmp(errors, "remount-ro")) {
305 } else if (!strcmp(errors, "panic")) {
311 errors);
708 seq_printf(seq, ",errors=continue");
710 seq_printf(seq, ",errors=panic");