Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_log_recover.c2422 char *warnmsg = NULL; in xlog_recover_validate_buf_type() local
2464 warnmsg = "Bad btree block magic!"; in xlog_recover_validate_buf_type()
2470 warnmsg = "Bad AGF block magic!"; in xlog_recover_validate_buf_type()
2477 warnmsg = "Bad AGFL block magic!"; in xlog_recover_validate_buf_type()
2484 warnmsg = "Bad AGI block magic!"; in xlog_recover_validate_buf_type()
2494 warnmsg = "Bad DQUOT block magic!"; in xlog_recover_validate_buf_type()
2506 warnmsg = "Bad INODE block magic!"; in xlog_recover_validate_buf_type()
2513 warnmsg = "Bad symlink block magic!"; in xlog_recover_validate_buf_type()
2521 warnmsg = "Bad dir block magic!"; in xlog_recover_validate_buf_type()
2529 warnmsg = "Bad dir data magic!"; in xlog_recover_validate_buf_type()
[all …]