Searched refs:D_EMERG (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/lustre/include/linux/libcfs/ |
D | libcfs_debug.h | 143 #define D_EMERG 0x00040000 /* CEMERG(...) == CDEBUG (D_EMERG, ...) */ macro 158 #define D_CANTMASK (D_ERROR | D_EMERG | D_WARNING | D_CONSOLE) 234 #define CEMERG(format, ...) CDEBUG_LIMIT(D_EMERG, format, ## __VA_ARGS__) 243 #define LCONSOLE_EMERG(format, ...) CDEBUG(D_CONSOLE | D_EMERG, format, ## __VA_ARGS__)
|
D | libcfs_private.h | 59 LIBCFS_DEBUG_MSG_DATA_DECL(__msg_data, D_EMERG, NULL); \ 86 LIBCFS_DEBUG_MSG_DATA_DECL(msgdata, D_EMERG, NULL); \
|
/drivers/staging/lustre/lustre/libcfs/ |
D | tracefile.h | 320 LIBCFS_DEBUG_MSG_DATA_DECL(msgdata, D_EMERG, NULL); \
|
D | debug.c | 343 case D_EMERG: in libcfs_debug_dbg2str()
|
D | tracefile.c | 488 cfs_print_to_console(&hdr, D_EMERG, str, strlen(str), in cfs_trace_assertion_failed() 663 cfs_print_to_console(hdr, D_EMERG, p, len, file, fn); in cfs_trace_debug_print()
|
D | module.c | 385 *mask |= D_EMERG; in __proc_dobitmasks()
|
/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-tracefile.c | 243 if ((mask & D_EMERG) != 0) { in cfs_print_to_console()
|
/drivers/staging/lustre/lustre/ptlrpc/ |
D | client.c | 2456 DEBUG_REQ(D_EMERG, req, "zero transno during replay"); in ptlrpc_free_committed() 2557 DEBUG_REQ(D_EMERG, req, "saving request with zero transno"); in ptlrpc_retain_replayable_request()
|