Searched refs:ext4_decode_error (Results 1 – 3 of 3) sorted by relevance
/linux/fs/ext4/ |
H A D | super.c | 906 const char *ext4_decode_error(struct super_block *sb, int errno, in ext4_decode_error() function 965 errstr = ext4_decode_error(sb, errno, nbuf); in __ext4_std_error() 6270 errstr = ext4_decode_error(sb, j_errno, nbuf); in ext4_clear_journal_err()
|
H A D | ext4.h | 3115 extern const char *ext4_decode_error(struct super_block *sb, int errno,
|
H A D | mballoc.c | 3061 seq_printf(seq, "#%-5u: %s\n", group, ext4_decode_error(NULL, err, nbuf)); in ext4_mb_seq_groups_show()
|