Lines Matching defs:errors
219 {Opt_errors, "errors=%s"},
295 char *errors = args[0].from;
296 if (!errors || !*errors)
298 if (!strcmp(errors, "continue")) {
302 } else if (!strcmp(errors, "remount-ro")) {
306 } else if (!strcmp(errors, "panic")) {
312 errors);
714 seq_printf(seq, ",errors=continue");
716 seq_printf(seq, ",errors=panic");