Searched refs:ext4_decode_error (Results 1 – 3 of 3) sorted by relevance
/fs/ext4/ |
D | ext4_jbd2.c | 137 const char *errstr = ext4_decode_error(NULL, err, nbuf); in ext4_journal_abort_handle()
|
D | super.c | 491 const char *ext4_decode_error(struct super_block *sb, int errno, in ext4_decode_error() function 548 errstr = ext4_decode_error(sb, errno, nbuf); in __ext4_std_error() 4627 errstr = ext4_decode_error(sb, j_errno, nbuf); in ext4_clear_journal_err()
|
D | ext4.h | 2606 extern const char *ext4_decode_error(struct super_block *sb, int errno,
|