Home
last modified time | relevance | path

Searched refs:__ext3_std_error (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/ext3/
Dext3.h1091 extern void __ext3_std_error (struct super_block *, const char *, int);
1103 __ext3_std_error((sb), __func__, (errno)); \
Dsuper.c102 __ext3_std_error(sb, where, err); in __ext3_journal_stop()
246 void __ext3_std_error (struct super_block * sb, const char * function, in __ext3_std_error() function