Lines Matching refs:error_msg
462 const char *error_msg; in __ext4_ext_check() local
466 error_msg = "invalid magic"; in __ext4_ext_check()
470 error_msg = "unexpected eh_depth"; in __ext4_ext_check()
474 error_msg = "invalid eh_max"; in __ext4_ext_check()
479 error_msg = "too large eh_max"; in __ext4_ext_check()
483 error_msg = "invalid eh_entries"; in __ext4_ext_check()
487 error_msg = "eh_entries is 0 but eh_depth is > 0"; in __ext4_ext_check()
491 error_msg = "invalid extent entries"; in __ext4_ext_check()
495 error_msg = "too large eh_depth"; in __ext4_ext_check()
501 error_msg = "extent tree corrupted"; in __ext4_ext_check()
511 (unsigned long long) pblk, error_msg, in __ext4_ext_check()