| /kernel/linux/linux-5.10/fs/ext4/ |
| D | dir.c | 72 const char *error_msg = NULL; in __ext4_check_dir_entry() local 78 error_msg = "rec_len is smaller than minimal"; in __ext4_check_dir_entry() 80 error_msg = "rec_len % 4 != 0"; in __ext4_check_dir_entry() 82 error_msg = "rec_len is too small for name_len"; in __ext4_check_dir_entry() 84 error_msg = "directory entry overrun"; in __ext4_check_dir_entry() 87 error_msg = "directory entry too close to block end"; in __ext4_check_dir_entry() 90 error_msg = "inode out of bounds"; in __ext4_check_dir_entry() 98 error_msg, offset, le32_to_cpu(de->inode), in __ext4_check_dir_entry() 104 error_msg, offset, le32_to_cpu(de->inode), in __ext4_check_dir_entry()
|
| D | extents.c | 438 const char *error_msg; in __ext4_ext_check() local 442 error_msg = "invalid magic"; in __ext4_ext_check() 446 error_msg = "unexpected eh_depth"; in __ext4_ext_check() 450 error_msg = "invalid eh_max"; in __ext4_ext_check() 455 error_msg = "too large eh_max"; in __ext4_ext_check() 459 error_msg = "invalid eh_entries"; in __ext4_ext_check() 463 error_msg = "eh_entries is 0 but eh_depth is > 0"; in __ext4_ext_check() 467 error_msg = "invalid extent entries"; in __ext4_ext_check() 471 error_msg = "too large eh_depth"; in __ext4_ext_check() 477 error_msg = "extent tree corrupted"; in __ext4_ext_check() [all …]
|
| /kernel/linux/linux-5.10/include/ras/ |
| 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);
|
| /kernel/linux/linux-5.10/net/ceph/ |
| D | messenger.c | 1789 con->error_msg = "protocol error, bad banner"; in verify_hello() 2024 con->error_msg = "wrong peer at address"; in process_banner() 2080 con->error_msg = "bad authorize reply"; in process_connect() 2093 con->error_msg = "missing required protocol features"; in process_connect() 2104 con->error_msg = "protocol version mismatch"; in process_connect() 2113 con->error_msg = "connect authorization failure"; in process_connect() 2194 con->error_msg = "missing required protocol features"; in process_connect() 2232 con->error_msg = "protocol error, got WAIT as client"; in process_connect() 2236 con->error_msg = "protocol error, garbage tag during connect"; in process_connect() 2408 con->error_msg = "bad message sequence # for incoming message"; in read_partial_message() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | i915_gpu_error.c | 766 if (*error->error_msg) in __err_print_to_sgl() 767 err_printf(m, "%s\n", error->error_msg); in __err_print_to_sgl() 1686 static const char *error_msg(struct i915_gpu_coredump *error) in error_msg() function 1704 len = scnprintf(error->error_msg, sizeof(error->error_msg), in error_msg() 1710 len += scnprintf(error->error_msg + len, in error_msg() 1711 sizeof(error->error_msg) - len, in error_msg() 1716 return error->error_msg; in error_msg() 1869 drm_info(&i915->drm, "%s\n", error_msg(error)); in i915_error_state_store()
|
| D | i915_gpu_error.h | 170 char error_msg[128]; member
|
| /kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
| D | cx23885-alsa.c | 553 goto error_msg; in cx23885_audio_register() 579 error_msg: in cx23885_audio_register()
|
| /kernel/linux/linux-5.10/drivers/tty/serial/ |
| D | pch_uart.c | 1037 char *error_msg[5] = {}; in pch_uart_err_ir() local 1041 error_msg[i++] = "Error data in FIFO\n"; in pch_uart_err_ir() 1045 error_msg[i++] = " Framing Error\n"; in pch_uart_err_ir() 1050 error_msg[i++] = " Parity Error\n"; in pch_uart_err_ir() 1055 error_msg[i++] = " Overrun Error\n"; in pch_uart_err_ir() 1059 for (i = 0; error_msg[i] != NULL; i++) in pch_uart_err_ir() 1060 dev_err(&priv->pdev->dev, error_msg[i]); in pch_uart_err_ir()
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
| D | intel_reset.c | 1250 char error_msg[80]; in intel_gt_handle_error() local 1257 vscnprintf(error_msg, sizeof(error_msg), fmt, args); in intel_gt_handle_error() 1260 msg = error_msg; in intel_gt_handle_error()
|
| /kernel/linux/linux-5.10/include/linux/ceph/ |
| D | messenger.h | 268 const char *error_msg; /* error message, if any */ member
|
| /kernel/linux/linux-5.10/drivers/w1/ |
| D | w1.c | 411 const char *error_msg = "bad slave string format, expecting " in w1_atoreg_num() local 415 dev_err(dev, "%s", error_msg); in w1_atoreg_num() 420 dev_err(dev, "%s", error_msg); in w1_atoreg_num()
|
| /kernel/linux/linux-5.10/tools/bpf/bpftool/ |
| D | map.c | 218 const char *error_msg) in print_entry_error_msg() argument 220 int msg_size = strlen(error_msg); in print_entry_error_msg() 231 printf("value:%c%s", break_names ? '\n' : ' ', error_msg); in print_entry_error_msg()
|
| /kernel/linux/linux-5.10/fs/ocfs2/ |
| D | dir.c | 304 const char *error_msg = NULL; in ocfs2_check_dir_entry() local 308 error_msg = "rec_len is smaller than minimal"; in ocfs2_check_dir_entry() 310 error_msg = "rec_len % 4 != 0"; in ocfs2_check_dir_entry() 312 error_msg = "rec_len is too small for name_len"; in ocfs2_check_dir_entry() 315 error_msg = "directory entry across blocks"; in ocfs2_check_dir_entry() 317 if (unlikely(error_msg != NULL)) in ocfs2_check_dir_entry() 320 (unsigned long long)OCFS2_I(dir)->ip_blkno, error_msg, in ocfs2_check_dir_entry() 324 return error_msg == NULL ? 1 : 0; in ocfs2_check_dir_entry()
|
| /kernel/linux/linux-5.10/drivers/firewire/ |
| 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()
|