Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
jfs_debug.h File Reference

Go to the source code of this file.

Macros

#define assert(p)
 
#define ASSERT(p)   do {} while (0)
 
#define jfs_info(fmt, arg...)   do {} while (0)
 
#define jfs_debug(fmt, arg...)   do {} while (0)
 
#define jfs_warn(fmt, arg...)   do {} while (0)
 
#define jfs_err(fmt, arg...)   do {} while (0)
 
#define INCREMENT(x)
 
#define DECREMENT(x)
 
#define HIGHWATERMARK(x, y)
 

Macro Definition Documentation

#define assert (   p)
Value:
do { \
if (!(p)) { \
printk(KERN_CRIT "BUG at %s:%d assert(%s)\n", \
__FILE__, __LINE__, #p); \
BUG(); \
} \
} while (0)

Definition at line 42 of file jfs_debug.h.

#define ASSERT (   p)    do {} while (0)

Definition at line 96 of file jfs_debug.h.

#define DECREMENT (   x)

Definition at line 118 of file jfs_debug.h.

#define HIGHWATERMARK (   x,
  y 
)

Definition at line 119 of file jfs_debug.h.

#define INCREMENT (   x)

Definition at line 117 of file jfs_debug.h.

#define jfs_debug (   fmt,
  arg... 
)    do {} while (0)

Definition at line 98 of file jfs_debug.h.

#define jfs_err (   fmt,
  arg... 
)    do {} while (0)

Definition at line 100 of file jfs_debug.h.

#define jfs_info (   fmt,
  arg... 
)    do {} while (0)

Definition at line 97 of file jfs_debug.h.

#define jfs_warn (   fmt,
  arg... 
)    do {} while (0)

Definition at line 99 of file jfs_debug.h.