Searched defs:ML_ERROR (Results 1 - 1 of 1) sorted by relevance

/fs/ocfs2/cluster/
H A Dmasklog.h104 #define ML_ERROR 0x1000000000000000ULL /* sent to KERN_ERR */ macro
108 #define MLOG_INITIAL_AND_MASK (ML_ERROR|ML_NOTICE)
121 #define ML_ALLOWED_BITS (ML_ERROR|ML_NOTICE)
191 if (__m & ML_ERROR) \
204 mlog(ML_ERROR, "status = %lld\n", (long long)_st); \
209 mlog(ML_ERROR, "bug expression: " #cond "\n"); \
210 mlog(ML_ERROR, fmt, ##args); \

Completed in 151 milliseconds