Searched defs:_debug (Results 1 – 4 of 4) sorted by relevance
/fs/netfs/ |
D | internal.h | 72 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 87 #define _debug(FMT, ...) \ macro 96 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/fs/fscache/ |
D | internal.h | 356 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 371 #define _debug(FMT, ...) \ macro 380 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/fs/cachefiles/ |
D | internal.h | 274 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 289 #define _debug(FMT, ...) \ macro 298 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
/fs/afs/ |
D | internal.h | 1652 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1671 #define _debug(FMT,...) \ macro 1680 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|