Searched defs:dbg_gen (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/drivers/mtd/ubi/ |
D | debug.h | 51 #define dbg_gen(fmt, ...) ubi_dbg_msg("gen", fmt, ##__VA_ARGS__) macro 191 #define dbg_gen(fmt, ...) ubi_dbg_msg(fmt, ##__VA_ARGS__) macro
|
/linux-3.3/fs/ubifs/ |
D | debug.h | 188 #define dbg_gen(fmt, ...) ubifs_dbg_msg("gen", fmt, ##__VA_ARGS__) macro 351 #define dbg_gen(fmt, ...) ubifs_dbg_msg(fmt, ##__VA_ARGS__) macro
|