Lines Matching refs:args
904 #define reiserfs_warning(s, id, fmt, args...) \
905 __reiserfs_warning(s, id, __func__, fmt, ##args)
909 #define __RASSERT(cond, scond, format, args...) \
914 __LINE__, __func__ , ##args); \
917 #define RASSERT(cond, format, args...) __RASSERT(cond, #cond, format, ##args)
920 #define RFALSE(cond, format, args...) __RASSERT(!(cond), "!(" #cond ")", format, ##args)
922 #define RFALSE( cond, format, args... ) do {;} while( 0 )
3057 /* args for the create parameter of reiserfs_get_block */
3066 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)