Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ext4/
Ddir.c72 const char *error_msg = NULL; in __ext4_check_dir_entry() local
77 error_msg = "rec_len is smaller than minimal"; in __ext4_check_dir_entry()
79 error_msg = "rec_len % 4 != 0"; in __ext4_check_dir_entry()
81 error_msg = "rec_len is too small for name_len"; in __ext4_check_dir_entry()
83 error_msg = "directory entry overrun"; in __ext4_check_dir_entry()
86 error_msg = "inode out of bounds"; in __ext4_check_dir_entry()
94 error_msg, offset, le32_to_cpu(de->inode), in __ext4_check_dir_entry()
100 error_msg, offset, le32_to_cpu(de->inode), in __ext4_check_dir_entry()
Dextents.c441 const char *error_msg; in __ext4_ext_check() local
445 error_msg = "invalid magic"; in __ext4_ext_check()
449 error_msg = "unexpected eh_depth"; in __ext4_ext_check()
453 error_msg = "invalid eh_max"; in __ext4_ext_check()
458 error_msg = "too large eh_max"; in __ext4_ext_check()
462 error_msg = "invalid eh_entries"; in __ext4_ext_check()
466 error_msg = "invalid extent entries"; in __ext4_ext_check()
470 error_msg = "too large eh_depth"; in __ext4_ext_check()
476 error_msg = "extent tree corrupted"; in __ext4_ext_check()
486 (unsigned long long) pblk, error_msg, in __ext4_ext_check()
/Linux-v5.4/drivers/gpu/drm/i915/
Di915_gpu_error.h41 char error_msg[128]; member
204 const char *error_msg);
231 const char *error_msg) in i915_capture_error_state() argument
Di915_gpu_error.c663 if (*error->error_msg) in __err_print_to_sgl()
664 err_printf(m, "%s\n", error->error_msg); in __err_print_to_sgl()
1596 error_msg(struct i915_gpu_state *error, in error_msg() function
1601 len = scnprintf(error->error_msg, sizeof(error->error_msg), in error_msg()
1607 len += scnprintf(error->error_msg + len, in error_msg()
1608 sizeof(error->error_msg) - len, in error_msg()
1614 len += scnprintf(error->error_msg + len, in error_msg()
1615 sizeof(error->error_msg) - len, in error_msg()
1618 return error->error_msg; in error_msg()
1752 dev_info(i915->drm.dev, "%s\n", error_msg(error, engine_mask, msg)); in i915_capture_error_state()
/Linux-v5.4/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.4/net/ceph/
Dmessenger.c1796 con->error_msg = "protocol error, bad banner"; in verify_hello()
2033 con->error_msg = "wrong peer at address"; in process_banner()
2089 con->error_msg = "bad authorize reply"; in process_connect()
2102 con->error_msg = "missing required protocol features"; in process_connect()
2113 con->error_msg = "protocol version mismatch"; in process_connect()
2122 con->error_msg = "connect authorization failure"; in process_connect()
2203 con->error_msg = "missing required protocol features"; in process_connect()
2241 con->error_msg = "protocol error, got WAIT as client"; in process_connect()
2245 con->error_msg = "protocol error, garbage tag during connect"; in process_connect()
2417 con->error_msg = "bad message sequence # for incoming message"; in read_partial_message()
[all …]
/Linux-v5.4/drivers/tty/serial/
Dpch_uart.c1050 char *error_msg[5] = {}; in pch_uart_err_ir() local
1054 error_msg[i++] = "Error data in FIFO\n"; in pch_uart_err_ir()
1058 error_msg[i++] = " Framing Error\n"; in pch_uart_err_ir()
1063 error_msg[i++] = " Parity Error\n"; in pch_uart_err_ir()
1068 error_msg[i++] = " Overrun Error\n"; in pch_uart_err_ir()
1072 for (i = 0; error_msg[i] != NULL; i++) in pch_uart_err_ir()
1073 dev_err(&priv->pdev->dev, error_msg[i]); in pch_uart_err_ir()
/Linux-v5.4/drivers/gpu/drm/i915/gt/
Dintel_reset.c1132 char error_msg[80]; in intel_gt_handle_error() local
1139 vscnprintf(error_msg, sizeof(error_msg), fmt, args); in intel_gt_handle_error()
1142 msg = error_msg; in intel_gt_handle_error()
/Linux-v5.4/tools/bpf/bpftool/
Dmap.c266 const char *error_msg) in print_entry_error() argument
268 int msg_size = strlen(error_msg); in print_entry_error()
279 printf("value:%c%s", break_names ? '\n' : ' ', error_msg); in print_entry_error()
/Linux-v5.4/include/linux/ceph/
Dmessenger.h267 const char *error_msg; /* error message, if any */ member
/Linux-v5.4/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.4/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.4/drivers/firewire/
Dohci.c690 static void ar_context_abort(struct ar_context *ctx, const char *error_msg) in ar_context_abort() argument
698 ohci_err(ohci, "AR error: %s; DMA stopped\n", error_msg); in ar_context_abort()