Lines Matching refs:errstr
501 char *errstr = NULL; in ext4_decode_error() local
505 errstr = "IO failure"; in ext4_decode_error()
508 errstr = "Out of memory"; in ext4_decode_error()
513 errstr = "Journal has aborted"; in ext4_decode_error()
515 errstr = "Readonly filesystem"; in ext4_decode_error()
524 errstr = nbuf; in ext4_decode_error()
529 return errstr; in ext4_decode_error()
539 const char *errstr; in __ext4_std_error() local
549 errstr = ext4_decode_error(sb, errno, nbuf); in __ext4_std_error()
551 sb->s_id, function, line, errstr); in __ext4_std_error()
4720 const char *errstr; in ext4_clear_journal_err() local
4735 errstr = ext4_decode_error(sb, j_errno, nbuf); in ext4_clear_journal_err()
4737 "from previous mount: %s", errstr); in ext4_clear_journal_err()