Searched defs:_debug (Results 1 – 3 of 3) sorted by relevance
| /fs/netfs/ |
| D | internal.h | 396 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 411 #define _debug(FMT, ...) \ macro 420 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
| /fs/cachefiles/ |
| D | internal.h | 467 #define _debug(FMT, ...) kdebug(FMT, ##__VA_ARGS__) macro 482 #define _debug(FMT, ...) \ macro 491 #define _debug(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro
|
| /fs/afs/ |
| D | internal.h | 1741 #define _debug(FMT,...) kdebug(FMT,##__VA_ARGS__) macro 1760 #define _debug(FMT,...) \ macro 1769 #define _debug(FMT,...) no_printk(" "FMT ,##__VA_ARGS__) macro
|