xfs_log_check_lsn
if (!xfs_log_check_lsn(mp, be64_to_cpu(agf->agf_lsn)))
if (!xfs_log_check_lsn(mp, be64_to_cpu(XFS_BUF_TO_AGFL(bp)->agfl_lsn)))
if (!xfs_log_check_lsn(mp, be64_to_cpu(block->bb_u.l.bb_lsn)))
if (!xfs_log_check_lsn(mp, be64_to_cpu(block->bb_u.s.bb_lsn)))
if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn)))
if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn)))
if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn)))
if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr3->lsn)))
if (!xfs_log_check_lsn(mp, be64_to_cpu(agi->agi_lsn)))
if (!xfs_log_check_lsn(mp, be64_to_cpu(hdr->rt_lsn))) {
if (!xfs_log_check_lsn(mp, sbp->sb_lsn))
if (!xfs_log_check_lsn(mp, be64_to_cpu(dsl->sl_lsn)))
bool xfs_log_check_lsn(struct xfs_mount *, xfs_lsn_t);
!xfs_log_check_lsn(log->l_mp, log->l_mp->m_sb.sb_lsn))