|
Linux Kernel
3.7.1
|
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) |
| #define assert | ( | p | ) |
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.
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.
1.8.2