Searched refs:__ocfs2_error (Results 1 – 2 of 2) sorted by relevance
35 void __ocfs2_error(struct super_block *sb, const char *function,38 #define ocfs2_error(sb, fmt, args...) __ocfs2_error(sb, __PRETTY_FUNCTION__, fmt, ##args)
2568 void __ocfs2_error(struct super_block *sb, const char *function, in __ocfs2_error() function