Searched refs:__RASSERT (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/reiserfs/ |
D | reiserfs.h | 909 #define __RASSERT(cond, scond, format, args...) \ macro 917 #define RASSERT(cond, format, args...) __RASSERT(cond, #cond, format, ##args) 920 #define RFALSE(cond, format, args...) __RASSERT(!(cond), "!(" #cond ")", format, ##args)
|