Searched refs:__RASSERT (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | reiserfs_fs.h | 86 #define __RASSERT( cond, scond, format, args... ) \ macro 92 #define RASSERT(cond, format, args...) __RASSERT(cond, #cond, format, ##args) 95 #define RFALSE(cond, format, args...) __RASSERT(!(cond), "!(" #cond ")", format, ##args)
|