Lines Matching refs:mp
225 struct xfs_mount *mp = bp->b_target->bt_mount;
227 if ((xfs_sb_version_hascrc(&mp->m_sb) &&
231 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, mp, bp->b_addr);
248 struct xfs_mount *mp = bp->b_target->bt_mount;
254 if (!xfs_sb_version_hascrc(&mp->m_sb)) {
255 if (!uuid_equal(&hdr->uuid, &mp->m_sb.sb_uuid))
275 struct xfs_mount *mp = bp->b_target->bt_mount;
279 if (!uuid_equal(&hdr->uuid, &mp->m_sb.sb_uuid))
300 struct xfs_mount *mp = bp->b_target->bt_mount;
304 XFS_CORRUPTION_ERROR(__func__, XFS_ERRLEVEL_LOW, mp, bp->b_addr);
309 if (!xfs_sb_version_hascrc(&mp->m_sb))