/linux/fs/ext4/ |
A D | dir.c | 84 const char *error_msg = NULL; in __ext4_check_dir_entry() local 92 error_msg = "rec_len is smaller than minimal"; in __ext4_check_dir_entry() 94 error_msg = "rec_len % 4 != 0"; in __ext4_check_dir_entry() 97 error_msg = "rec_len is too small for name_len"; in __ext4_check_dir_entry() 99 error_msg = "directory entry overrun"; in __ext4_check_dir_entry() 103 error_msg = "directory entry too close to block end"; in __ext4_check_dir_entry() 106 error_msg = "inode out of bounds"; in __ext4_check_dir_entry() 114 error_msg, offset, le32_to_cpu(de->inode), in __ext4_check_dir_entry() 120 error_msg, offset, le32_to_cpu(de->inode), in __ext4_check_dir_entry()
|
A D | extents.c | 439 const char *error_msg; in __ext4_ext_check() local 443 error_msg = "invalid magic"; in __ext4_ext_check() 447 error_msg = "unexpected eh_depth"; in __ext4_ext_check() 451 error_msg = "invalid eh_max"; in __ext4_ext_check() 456 error_msg = "too large eh_max"; in __ext4_ext_check() 460 error_msg = "invalid eh_entries"; in __ext4_ext_check() 464 error_msg = "invalid extent entries"; in __ext4_ext_check() 468 error_msg = "too large eh_depth"; in __ext4_ext_check() 474 error_msg = "extent tree corrupted"; in __ext4_ext_check() 484 (unsigned long long) pblk, error_msg, in __ext4_ext_check()
|
/linux/net/ceph/ |
A D | messenger_v2.c | 1901 con->error_msg = "wrong peer at address"; in process_hello() 2197 con->error_msg = "wrong peer at address"; in process_server_ident() 2496 con->error_msg = "protocol error, bad tag"; in process_control() 2652 con->error_msg = "integrity error, bad crc"; in handle_preamble() 2681 con->error_msg = "integrity error, bad crc"; in handle_control() 2848 con->error_msg = "read processing error"; in ceph_con_v2_try_read() 3064 con->error_msg = "connect error"; in ceph_con_v2_try_write() 3072 con->error_msg = "connect error"; in ceph_con_v2_try_write() 3079 con->error_msg = "connect error"; in ceph_con_v2_try_write() 3088 con->error_msg = "write processing error"; in ceph_con_v2_try_write() [all …]
|
A D | messenger_v1.c | 701 con->error_msg = "protocol error, bad banner"; in verify_hello() 730 con->error_msg = "wrong peer at address"; in process_banner() 785 con->error_msg = "bad authorize reply"; in process_connect() 798 con->error_msg = "missing required protocol features"; in process_connect() 808 con->error_msg = "protocol version mismatch"; in process_connect() 816 con->error_msg = "connect authorization failure"; in process_connect() 934 con->error_msg = "protocol error, got WAIT as client"; in process_connect() 1303 con->error_msg = "bad crc/signature"; in ceph_con_v1_try_read() 1309 con->error_msg = "io error"; in ceph_con_v1_try_read() 1346 con->error_msg = "protocol error, garbage tag"; in ceph_con_v1_try_read() [all …]
|
A D | messenger.c | 1427 con->error_msg = "socket closed (con state " #x ")"; \ in con_sock_closed() 1533 if (!con->error_msg) in ceph_con_workfn() 1534 con->error_msg = "socket error on read"; in ceph_con_workfn() 1546 if (!con->error_msg) in ceph_con_workfn() 1547 con->error_msg = "socket error on write"; in ceph_con_workfn() 1573 ceph_pr_addr(&con->peer_addr), con->error_msg); in con_fault() 1574 con->error_msg = NULL; in con_fault() 2037 con->error_msg = "error allocating memory for incoming message"; in ceph_con_in_msg_alloc()
|
/linux/include/ras/ |
A D | ras_event.h | 101 const char *error_msg, 113 TP_ARGS(err_type, error_msg, label, error_count, mc_index, 119 __string( msg, error_msg ) 134 __assign_str(msg, error_msg);
|
/linux/drivers/gpu/drm/i915/ |
A D | i915_gpu_error.c | 787 if (*error->error_msg) in __err_print_to_sgl() 788 err_printf(m, "%s\n", error->error_msg); in __err_print_to_sgl() 1712 static const char *error_msg(struct i915_gpu_coredump *error) in error_msg() function 1731 len = scnprintf(error->error_msg, sizeof(error->error_msg), in error_msg() 1737 len += scnprintf(error->error_msg + len, in error_msg() 1738 sizeof(error->error_msg) - len, in error_msg() 1743 return error->error_msg; in error_msg() 1893 drm_info(&i915->drm, "%s\n", error_msg(error)); in i915_error_state_store()
|
A D | i915_gpu_error.h | 170 char error_msg[128]; member
|
/linux/drivers/tty/serial/ |
A D | pch_uart.c | 1042 char *error_msg[5] = {}; in pch_uart_err_ir() local 1046 error_msg[i++] = "Error data in FIFO\n"; in pch_uart_err_ir() 1050 error_msg[i++] = " Framing Error\n"; in pch_uart_err_ir() 1055 error_msg[i++] = " Parity Error\n"; in pch_uart_err_ir() 1060 error_msg[i++] = " Overrun Error\n"; in pch_uart_err_ir() 1064 for (i = 0; error_msg[i] != NULL; i++) in pch_uart_err_ir() 1065 dev_err(&priv->pdev->dev, error_msg[i]); in pch_uart_err_ir()
|
/linux/drivers/media/pci/cx23885/ |
A D | cx23885-alsa.c | 553 goto error_msg; in cx23885_audio_register() 579 error_msg: in cx23885_audio_register()
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | intel_reset.c | 1306 char error_msg[80]; in intel_gt_handle_error() local 1313 vscnprintf(error_msg, sizeof(error_msg), fmt, args); in intel_gt_handle_error() 1316 msg = error_msg; in intel_gt_handle_error()
|
/linux/drivers/w1/ |
A D | w1.c | 413 const char *error_msg = "bad slave string format, expecting " in w1_atoreg_num() local 417 dev_err(dev, "%s", error_msg); in w1_atoreg_num() 422 dev_err(dev, "%s", error_msg); in w1_atoreg_num()
|
/linux/tools/bpf/bpftool/ |
A D | map.c | 222 const char *error_msg) in print_entry_error_msg() argument 224 int msg_size = strlen(error_msg); in print_entry_error_msg() 235 printf("value:%c%s", break_names ? '\n' : ' ', error_msg); in print_entry_error_msg()
|
/linux/fs/ocfs2/ |
A D | dir.c | 302 const char *error_msg = NULL; in ocfs2_check_dir_entry() local 306 error_msg = "rec_len is smaller than minimal"; in ocfs2_check_dir_entry() 308 error_msg = "rec_len % 4 != 0"; in ocfs2_check_dir_entry() 310 error_msg = "rec_len is too small for name_len"; in ocfs2_check_dir_entry() 313 error_msg = "directory entry across blocks"; in ocfs2_check_dir_entry() 315 if (unlikely(error_msg != NULL)) in ocfs2_check_dir_entry() 318 (unsigned long long)OCFS2_I(dir)->ip_blkno, error_msg, in ocfs2_check_dir_entry() 322 return error_msg == NULL ? 1 : 0; in ocfs2_check_dir_entry()
|
/linux/include/linux/ceph/ |
A D | messenger.h | 441 const char *error_msg; /* error message, if any */ member
|
/linux/drivers/firewire/ |
A D | ohci.c | 689 static void ar_context_abort(struct ar_context *ctx, const char *error_msg) in ar_context_abort() argument 697 ohci_err(ohci, "AR error: %s; DMA stopped\n", error_msg); in ar_context_abort()
|