/linux-4.1.27/fs/ext3/ |
D | dir.c | 67 const char * error_msg = NULL; in ext3_check_dir_entry() local 71 error_msg = "rec_len is smaller than minimal"; in ext3_check_dir_entry() 73 error_msg = "rec_len % 4 != 0"; in ext3_check_dir_entry() 75 error_msg = "rec_len is too small for name_len"; in ext3_check_dir_entry() 77 error_msg = "directory entry across blocks"; in ext3_check_dir_entry() 80 error_msg = "inode out of bounds"; in ext3_check_dir_entry() 82 if (unlikely(error_msg != NULL)) in ext3_check_dir_entry() 86 dir->i_ino, error_msg, offset, in ext3_check_dir_entry() 90 return error_msg == NULL ? 1 : 0; in ext3_check_dir_entry()
|
/linux-4.1.27/include/ras/ |
D | ras_event.h | 99 const char *error_msg, 111 TP_ARGS(err_type, error_msg, label, error_count, mc_index, 117 __string( msg, error_msg ) 132 __assign_str(msg, error_msg);
|
/linux-4.1.27/fs/ext4/ |
D | dir.c | 67 const char *error_msg = NULL; in __ext4_check_dir_entry() local 72 error_msg = "rec_len is smaller than minimal"; in __ext4_check_dir_entry() 74 error_msg = "rec_len % 4 != 0"; in __ext4_check_dir_entry() 76 error_msg = "rec_len is too small for name_len"; in __ext4_check_dir_entry() 78 error_msg = "directory entry across range"; in __ext4_check_dir_entry() 81 error_msg = "inode out of bounds"; in __ext4_check_dir_entry() 89 error_msg, (unsigned) (offset % size), in __ext4_check_dir_entry() 96 error_msg, (unsigned) (offset % size), in __ext4_check_dir_entry()
|
D | extents.c | 443 const char *error_msg; in __ext4_ext_check() local 447 error_msg = "invalid magic"; in __ext4_ext_check() 451 error_msg = "unexpected eh_depth"; in __ext4_ext_check() 455 error_msg = "invalid eh_max"; in __ext4_ext_check() 460 error_msg = "too large eh_max"; in __ext4_ext_check() 464 error_msg = "invalid eh_entries"; in __ext4_ext_check() 468 error_msg = "invalid extent entries"; in __ext4_ext_check() 474 error_msg = "extent tree corrupted"; in __ext4_ext_check() 483 (unsigned long long) pblk, error_msg, in __ext4_ext_check()
|
/linux-4.1.27/include/trace/events/ |
D | timer.h | 329 TP_PROTO(int success, char *error_msg), 331 TP_ARGS(success, error_msg), 335 __string( msg, error_msg ) 340 __assign_str(msg, error_msg);
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gpu_error.c | 345 err_printf(m, "%s\n", error->error_msg); in i915_error_state_to_str() 1231 const char *error_msg) in i915_error_capture_msg() argument 1239 len = scnprintf(error->error_msg, sizeof(error->error_msg), in i915_error_capture_msg() 1244 len += scnprintf(error->error_msg + len, in i915_error_capture_msg() 1245 sizeof(error->error_msg) - len, in i915_error_capture_msg() 1250 scnprintf(error->error_msg + len, sizeof(error->error_msg) - len, in i915_error_capture_msg() 1252 error_msg, in i915_error_capture_msg() 1273 const char *error_msg) in i915_capture_error_state() argument 1300 i915_error_capture_msg(dev, error, wedged, error_msg); in i915_capture_error_state() 1301 DRM_INFO("%s\n", error->error_msg); in i915_capture_error_state()
|
D | i915_irq.c | 2511 char error_msg[80]; in i915_handle_error() local 2514 vscnprintf(error_msg, sizeof(error_msg), fmt, args); in i915_handle_error() 2517 i915_capture_error_state(dev, wedged, error_msg); in i915_handle_error()
|
D | i915_drv.h | 416 char error_msg[128]; member 3015 const char *error_msg);
|
/linux-4.1.27/net/ceph/ |
D | messenger.c | 1759 con->error_msg = "protocol error, bad banner"; in verify_hello() 2000 con->error_msg = "wrong peer at address"; in process_banner() 2039 con->error_msg = "missing required protocol features"; in process_connect() 2050 con->error_msg = "protocol version mismatch"; in process_connect() 2059 con->error_msg = "connect authorization failure"; in process_connect() 2140 con->error_msg = "missing required protocol features"; in process_connect() 2178 con->error_msg = "protocol error, got WAIT as client"; in process_connect() 2182 con->error_msg = "protocol error, garbage tag during connect"; in process_connect() 2342 con->error_msg = "bad message sequence # for incoming message"; in read_partial_message() 2521 con->error_msg = "connect error"; in try_write() [all …]
|
/linux-4.1.27/drivers/tty/serial/ |
D | pch_uart.c | 1071 char *error_msg[5] = {}; in pch_uart_err_ir() local 1075 error_msg[i++] = "Error data in FIFO\n"; in pch_uart_err_ir() 1079 error_msg[i++] = " Framing Error\n"; in pch_uart_err_ir() 1084 error_msg[i++] = " Parity Error\n"; in pch_uart_err_ir() 1089 error_msg[i++] = " Overrun Error\n"; in pch_uart_err_ir() 1093 for (i = 0; error_msg[i] != NULL; i++) in pch_uart_err_ir() 1094 dev_err(&priv->pdev->dev, error_msg[i]); in pch_uart_err_ir()
|
/linux-4.1.27/include/linux/ceph/ |
D | messenger.h | 198 const char *error_msg; /* error message, if any */ member
|
/linux-4.1.27/drivers/w1/ |
D | w1.c | 416 const char *error_msg = "bad slave string format, expecting " in w1_atoreg_num() local 420 dev_err(dev, "%s", error_msg); in w1_atoreg_num() 425 dev_err(dev, "%s", error_msg); in w1_atoreg_num()
|
/linux-4.1.27/fs/ocfs2/ |
D | dir.c | 321 const char *error_msg = NULL; in ocfs2_check_dir_entry() local 325 error_msg = "rec_len is smaller than minimal"; in ocfs2_check_dir_entry() 327 error_msg = "rec_len % 4 != 0"; in ocfs2_check_dir_entry() 329 error_msg = "rec_len is too small for name_len"; in ocfs2_check_dir_entry() 332 error_msg = "directory entry across blocks"; in ocfs2_check_dir_entry() 334 if (unlikely(error_msg != NULL)) in ocfs2_check_dir_entry() 337 (unsigned long long)OCFS2_I(dir)->ip_blkno, error_msg, in ocfs2_check_dir_entry() 341 return error_msg == NULL ? 1 : 0; in ocfs2_check_dir_entry()
|
/linux-4.1.27/drivers/firewire/ |
D | ohci.c | 703 static void ar_context_abort(struct ar_context *ctx, const char *error_msg) in ar_context_abort() argument 711 ohci_err(ohci, "AR error: %s; DMA stopped\n", error_msg); in ar_context_abort()
|