Home
last modified time | relevance | path

Searched refs:__RASSERT (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/fs/reiserfs/
Dreiserfs.h907 #define __RASSERT(cond, scond, format, args...) \ macro
915 #define RASSERT(cond, format, args...) __RASSERT(cond, #cond, format, ##args)
918 #define RFALSE(cond, format, args...) __RASSERT(!(cond), "!(" #cond ")", format, ##args)