Lines Matching refs:errstr
120 const char *errstr = ext3_decode_error(NULL, err, nbuf); in ext3_journal_abort_handle() local
132 caller, errstr, err_fn); in ext3_journal_abort_handle()
218 char *errstr = NULL; in ext3_decode_error() local
222 errstr = "IO failure"; in ext3_decode_error()
225 errstr = "Out of memory"; in ext3_decode_error()
229 errstr = "Journal has aborted"; in ext3_decode_error()
231 errstr = "Readonly filesystem"; in ext3_decode_error()
240 errstr = nbuf; in ext3_decode_error()
245 return errstr; in ext3_decode_error()
255 const char *errstr; in __ext3_std_error() local
264 errstr = ext3_decode_error(sb, errno, nbuf); in __ext3_std_error()
265 ext3_msg(sb, KERN_CRIT, "error in %s: %s", function, errstr); in __ext3_std_error()
2465 const char *errstr; in ext3_clear_journal_err() local
2478 errstr = ext3_decode_error(sb, j_errno, nbuf); in ext3_clear_journal_err()
2480 "from previous mount: %s", errstr); in ext3_clear_journal_err()