Searched refs:__ext4_error (Results 1 – 2 of 2) sorted by relevance
1959 void __ext4_error(struct super_block *, const char *, unsigned int,1961 #define ext4_error(sb, message...) __ext4_error(sb, __func__, \
491 void __ext4_error(struct super_block *sb, const char *function, in __ext4_error() function