Lines Matching refs:error_msg
438 const char *error_msg; in __ext4_ext_check() local
442 error_msg = "invalid magic"; in __ext4_ext_check()
446 error_msg = "unexpected eh_depth"; in __ext4_ext_check()
450 error_msg = "invalid eh_max"; in __ext4_ext_check()
455 error_msg = "too large eh_max"; in __ext4_ext_check()
459 error_msg = "invalid eh_entries"; in __ext4_ext_check()
463 error_msg = "eh_entries is 0 but eh_depth is > 0"; in __ext4_ext_check()
467 error_msg = "invalid extent entries"; in __ext4_ext_check()
471 error_msg = "too large eh_depth"; in __ext4_ext_check()
477 error_msg = "extent tree corrupted"; in __ext4_ext_check()
487 (unsigned long long) pblk, error_msg, in __ext4_ext_check()