Lines Matching refs:args
901 #define reiserfs_warning(s, id, fmt, args...) \
902 __reiserfs_warning(s, id, __func__, fmt, ##args)
906 #define __RASSERT(cond, scond, format, args...) \
911 __LINE__, __func__ , ##args); \
914 #define RASSERT(cond, format, args...) __RASSERT(cond, #cond, format, ##args)
917 #define RFALSE(cond, format, args...) __RASSERT(!(cond), "!(" #cond ")", format, ##args)
919 #define RFALSE( cond, format, args... ) do {;} while( 0 )
3054 /* args for the create parameter of reiserfs_get_block */
3063 struct reiserfs_iget_args *args);
3192 #define reiserfs_panic(s, id, fmt, args...) \
3193 __reiserfs_panic(s, id, __func__, fmt, ##args)
3196 #define reiserfs_error(s, id, fmt, args...) \
3197 __reiserfs_error(s, id, __func__, fmt, ##args)