Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Ddir.c68 const char *error_msg = NULL; in __ext4_check_dir_entry() local
73 error_msg = "rec_len is smaller than minimal"; in __ext4_check_dir_entry()
75 error_msg = "rec_len % 4 != 0"; in __ext4_check_dir_entry()
77 error_msg = "rec_len is too small for name_len"; in __ext4_check_dir_entry()
79 error_msg = "directory entry overrun"; in __ext4_check_dir_entry()
83 error_msg = "directory entry too close to block end"; in __ext4_check_dir_entry()
87 error_msg = "inode out of bounds"; in __ext4_check_dir_entry()
95 error_msg, offset, le32_to_cpu(de->inode), in __ext4_check_dir_entry()
101 error_msg, offset, le32_to_cpu(de->inode), in __ext4_check_dir_entry()
Dextents.c448 const char *error_msg; in __ext4_ext_check() local
452 error_msg = "invalid magic"; in __ext4_ext_check()
456 error_msg = "unexpected eh_depth"; in __ext4_ext_check()
460 error_msg = "invalid eh_max"; in __ext4_ext_check()
465 error_msg = "too large eh_max"; in __ext4_ext_check()
469 error_msg = "invalid eh_entries"; in __ext4_ext_check()
473 error_msg = "invalid extent entries"; in __ext4_ext_check()
477 error_msg = "too large eh_depth"; in __ext4_ext_check()
483 error_msg = "extent tree corrupted"; in __ext4_ext_check()
493 (unsigned long long) pblk, error_msg, in __ext4_ext_check()
/linux-4.19.296/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-4.19.296/include/linux/ceph/
Dmessenger.h283 const char *error_msg; /* error message, if any */ member
/linux-4.19.296/fs/ocfs2/
Ddir.c322 const char *error_msg = NULL; in ocfs2_check_dir_entry() local
326 error_msg = "rec_len is smaller than minimal"; in ocfs2_check_dir_entry()
328 error_msg = "rec_len % 4 != 0"; in ocfs2_check_dir_entry()
330 error_msg = "rec_len is too small for name_len"; in ocfs2_check_dir_entry()
333 error_msg = "directory entry across blocks"; in ocfs2_check_dir_entry()
335 if (unlikely(error_msg != NULL)) in ocfs2_check_dir_entry()
338 (unsigned long long)OCFS2_I(dir)->ip_blkno, error_msg, in ocfs2_check_dir_entry()
342 return error_msg == NULL ? 1 : 0; in ocfs2_check_dir_entry()