Lines Matching refs:errstr
317 const char *errstr = ext4_decode_error(NULL, err, nbuf); in ext4_journal_abort_handle() local
331 caller, line, errstr, err_fn); in ext4_journal_abort_handle()
480 char *errstr = NULL; in ext4_decode_error() local
484 errstr = "IO failure"; in ext4_decode_error()
487 errstr = "Out of memory"; in ext4_decode_error()
492 errstr = "Journal has aborted"; in ext4_decode_error()
494 errstr = "Readonly filesystem"; in ext4_decode_error()
503 errstr = nbuf; in ext4_decode_error()
508 return errstr; in ext4_decode_error()
518 const char *errstr; in __ext4_std_error() local
527 errstr = ext4_decode_error(sb, errno, nbuf); in __ext4_std_error()
529 sb->s_id, function, line, errstr); in __ext4_std_error()
4092 const char *errstr; in ext4_clear_journal_err() local
4107 errstr = ext4_decode_error(sb, j_errno, nbuf); in ext4_clear_journal_err()
4109 "from previous mount: %s", errstr); in ext4_clear_journal_err()