Lines Matching refs:error_msg
459 const char *error_msg; in __ext4_ext_check() local
463 error_msg = "invalid magic"; in __ext4_ext_check()
467 error_msg = "unexpected eh_depth"; in __ext4_ext_check()
471 error_msg = "invalid eh_max"; in __ext4_ext_check()
476 error_msg = "too large eh_max"; in __ext4_ext_check()
480 error_msg = "invalid eh_entries"; in __ext4_ext_check()
484 error_msg = "eh_entries is 0 but eh_depth is > 0"; in __ext4_ext_check()
488 error_msg = "invalid extent entries"; in __ext4_ext_check()
492 error_msg = "too large eh_depth"; in __ext4_ext_check()
498 error_msg = "extent tree corrupted"; in __ext4_ext_check()
508 (unsigned long long) pblk, error_msg, in __ext4_ext_check()