Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_message.c59 xfs_error_level >= XFS_ERRLEVEL_HIGH) \
Dxfs_error.h38 #define XFS_ERRLEVEL_HIGH 5 macro
Dxfs_error.c178 if (xfs_error_level >= XFS_ERRLEVEL_HIGH) in xfs_verifier_error()
Dxfs_log_recover.c109 XFS_ERROR_REPORT(__func__, XFS_ERRLEVEL_HIGH, log->l_mp); in xlog_get_bp()
179 XFS_ERROR_REPORT(__func__, XFS_ERRLEVEL_HIGH, log->l_mp); in xlog_bread_noalign()
264 XFS_ERROR_REPORT(__func__, XFS_ERRLEVEL_HIGH, log->l_mp); in xlog_bwrite()
326 XFS_ERRLEVEL_HIGH, mp); in xlog_header_check_recover()
333 XFS_ERRLEVEL_HIGH, mp); in xlog_header_check_recover()
360 XFS_ERRLEVEL_HIGH, mp); in xlog_header_check_mount()
Dxfs_fsops.c834 if (XFS_ERRLEVEL_HIGH <= xfs_error_level) in xfs_do_force_shutdown()