Home
last modified time | relevance | path

Searched refs:ext3_decode_error (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dext3_jbd.h95 const char *errstr = ext3_decode_error(NULL, err, nbuf); in ext3_journal_abort_handle()
Dext3_fs.h698 extern const char *ext3_decode_error(struct super_block *sb, int errno, char nbuf[16]);
/linux-2.4.37.9/fs/ext3/
Dsuper.c194 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()