Lines Matching refs:mp

58 xfs_errortag_add(int error_tag, xfs_mount_t *mp)  in xfs_errortag_add()  argument
64 memcpy(&fsid, mp->m_fixedfsid, sizeof(xfs_fsid_t)); in xfs_errortag_add()
68 xfs_warn(mp, "error tag #%d on", error_tag); in xfs_errortag_add()
75 xfs_warn(mp, "Turned on XFS error tag #%d", in xfs_errortag_add()
79 len = strlen(mp->m_fsname); in xfs_errortag_add()
81 strcpy(xfs_etest_fsname[i], mp->m_fsname); in xfs_errortag_add()
87 xfs_warn(mp, "error tag overflow, too many turned on"); in xfs_errortag_add()
93 xfs_errortag_clearall(xfs_mount_t *mp, int loud) in xfs_errortag_clearall() argument
99 memcpy(&fsid, mp->m_fixedfsid, sizeof(xfs_fsid_t)); in xfs_errortag_clearall()
106 xfs_warn(mp, "Clearing XFS error tag #%d", in xfs_errortag_clearall()
117 xfs_warn(mp, "Cleared all XFS error tags for filesystem"); in xfs_errortag_clearall()
127 struct xfs_mount *mp, in xfs_error_report() argument
133 xfs_alert_tag(mp, XFS_PTAG_ERROR_REPORT, in xfs_error_report()
145 struct xfs_mount *mp, in xfs_corruption_error() argument
153 xfs_error_report(tag, level, mp, filename, linenum, ra); in xfs_corruption_error()
154 xfs_alert(mp, "Corruption detected. Unmount and run xfs_repair"); in xfs_corruption_error()
165 struct xfs_mount *mp = bp->b_target->bt_mount; in xfs_verifier_error() local
167 xfs_alert(mp, "Metadata %s detected at %pF, block 0x%llx", in xfs_verifier_error()
171 xfs_alert(mp, "Unmount and run xfs_repair"); in xfs_verifier_error()
174 xfs_alert(mp, "First 64 bytes of corrupted metadata buffer:"); in xfs_verifier_error()