Searched refs:__RASSERT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/reiserfs/ |
H A 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)
|
/kernel/linux/linux-6.6/fs/reiserfs/ |
H A D | reiserfs.h | 906 #define __RASSERT(cond, scond, format, args...) \ macro 914 #define RASSERT(cond, format, args...) __RASSERT(cond, #cond, format, ##args) 917 #define RFALSE(cond, format, args...) __RASSERT(!(cond), "!(" #cond ")", format, ##args)
|
Completed in 14 milliseconds