Home
last modified time | relevance | path

Searched refs:error_msg (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.10/fs/ext4/
Ddir.c72 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()
Dextents.c401 const char *error_msg; in __ext4_ext_check() local
405 error_msg = "invalid magic"; in __ext4_ext_check()
409 error_msg = "unexpected eh_depth"; in __ext4_ext_check()
413 error_msg = "invalid eh_max"; in __ext4_ext_check()
418 error_msg = "too large eh_max"; in __ext4_ext_check()
422 error_msg = "invalid eh_entries"; in __ext4_ext_check()
426 error_msg = "invalid extent entries"; in __ext4_ext_check()
430 error_msg = "too large eh_depth"; in __ext4_ext_check()
436 error_msg = "extent tree corrupted"; in __ext4_ext_check()
446 (unsigned long long) pblk, error_msg, in __ext4_ext_check()
/Linux-v5.10/include/ras/
Dras_event.h101 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-v5.10/net/ceph/
Dmessenger.c1789 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 …]
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_gpu_error.c757 if (*error->error_msg) in __err_print_to_sgl()
758 err_printf(m, "%s\n", error->error_msg); in __err_print_to_sgl()
1669 static const char *error_msg(struct i915_gpu_coredump *error) in error_msg() function
1687 len = scnprintf(error->error_msg, sizeof(error->error_msg), in error_msg()
1693 len += scnprintf(error->error_msg + len, in error_msg()
1694 sizeof(error->error_msg) - len, in error_msg()
1699 return error->error_msg; in error_msg()
1852 drm_info(&i915->drm, "%s\n", error_msg(error)); in i915_error_state_store()
Di915_gpu_error.h170 char error_msg[128]; member
/Linux-v5.10/drivers/tty/serial/
Dpch_uart.c1046 char *error_msg[5] = {}; in pch_uart_err_ir() local
1050 error_msg[i++] = "Error data in FIFO\n"; in pch_uart_err_ir()
1054 error_msg[i++] = " Framing Error\n"; in pch_uart_err_ir()
1059 error_msg[i++] = " Parity Error\n"; in pch_uart_err_ir()
1064 error_msg[i++] = " Overrun Error\n"; in pch_uart_err_ir()
1068 for (i = 0; error_msg[i] != NULL; i++) in pch_uart_err_ir()
1069 dev_err(&priv->pdev->dev, error_msg[i]); in pch_uart_err_ir()
/Linux-v5.10/drivers/gpu/drm/i915/gt/
Dintel_reset.c1228 char error_msg[80]; in intel_gt_handle_error() local
1235 vscnprintf(error_msg, sizeof(error_msg), fmt, args); in intel_gt_handle_error()
1238 msg = error_msg; in intel_gt_handle_error()
/Linux-v5.10/include/linux/ceph/
Dmessenger.h268 const char *error_msg; /* error message, if any */ member
/Linux-v5.10/drivers/w1/
Dw1.c411 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()
/Linux-v5.10/tools/bpf/bpftool/
Dmap.c218 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()
/Linux-v5.10/fs/ocfs2/
Ddir.c304 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()
/Linux-v5.10/drivers/firewire/
Dohci.c689 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()