Searched refs:ext3_decode_error (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | ext3_jbd.h | 95 const char *errstr = ext3_decode_error(NULL, err, nbuf); in ext3_journal_abort_handle()
|
D | ext3_fs.h | 698 extern const char *ext3_decode_error(struct super_block *sb, int errno, char nbuf[16]);
|
/linux-2.4.37.9/fs/ext3/ |
D | super.c | 194 const char *ext3_decode_error(struct super_block * sb, int errno, char nbuf[16]) in ext3_decode_error() function 234 const char *errstr = ext3_decode_error(sb, errno, nbuf); in __ext3_std_error() 1567 errstr = ext3_decode_error(sb, j_errno, nbuf); in ext3_clear_journal_err()
|