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