| H A D | reiserfs_fs.h | 73 #define __RASSERT( cond, scond, format, args... ) \ argument 74 if( !( cond ) ) \ 79 #define RASSERT(cond, format, args...) __RASSERT(cond, #cond, format, ##args) argument 82 #define RFALSE(cond, format, args...) __RASSERT(!(cond), "!(" #cond ")", format, ##args) argument 84 #define RFALSE( cond, format, args... ) do {;} while( 0 ) argument
|