Lines Matching refs:errstr
110 const char *errstr = ext3_decode_error(NULL, err, nbuf); in ext3_journal_abort_handle() local
122 caller, errstr, err_fn); in ext3_journal_abort_handle()
213 char *errstr = NULL; in ext3_decode_error() local
217 errstr = "IO failure"; in ext3_decode_error()
220 errstr = "Out of memory"; in ext3_decode_error()
224 errstr = "Journal has aborted"; in ext3_decode_error()
226 errstr = "Readonly filesystem"; in ext3_decode_error()
235 errstr = nbuf; in ext3_decode_error()
240 return errstr; in ext3_decode_error()
250 const char *errstr; in __ext3_std_error() local
259 errstr = ext3_decode_error(sb, errno, nbuf); in __ext3_std_error()
260 ext3_msg(sb, KERN_CRIT, "error in %s: %s", function, errstr); in __ext3_std_error()
2532 const char *errstr; in ext3_clear_journal_err() local
2545 errstr = ext3_decode_error(sb, j_errno, nbuf); in ext3_clear_journal_err()
2547 "from previous mount: %s", errstr); in ext3_clear_journal_err()