Lines Matching refs:be32_to_cpu

381 	if (blocks != be32_to_cpu(agf->agf_freeblks))  in xchk_agf_xref_freeblks()
404 if (agf->agf_freeblks != be32_to_cpu(0)) in xchk_agf_xref_cntbt()
413 if (!have || blocks != be32_to_cpu(agf->agf_longest)) in xchk_agf_xref_cntbt()
434 if (blocks != be32_to_cpu(agf->agf_rmap_blocks)) in xchk_agf_xref_btreeblks()
459 if (btreeblks != be32_to_cpu(agf->agf_btreeblks)) in xchk_agf_xref_btreeblks()
478 if (blocks != be32_to_cpu(agf->agf_refcount_blocks)) in xchk_agf_xref_refcblks()
541 eoag = be32_to_cpu(agf->agf_length); in xchk_agf()
546 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_BNO]); in xchk_agf()
550 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_CNT]); in xchk_agf()
554 level = be32_to_cpu(agf->agf_levels[XFS_BTNUM_BNO]); in xchk_agf()
558 level = be32_to_cpu(agf->agf_levels[XFS_BTNUM_CNT]); in xchk_agf()
563 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_RMAP]); in xchk_agf()
567 level = be32_to_cpu(agf->agf_levels[XFS_BTNUM_RMAP]); in xchk_agf()
573 agbno = be32_to_cpu(agf->agf_refcount_root); in xchk_agf()
577 level = be32_to_cpu(agf->agf_refcount_level); in xchk_agf()
583 agfl_first = be32_to_cpu(agf->agf_flfirst); in xchk_agf()
584 agfl_last = be32_to_cpu(agf->agf_fllast); in xchk_agf()
585 agfl_count = be32_to_cpu(agf->agf_flcount); in xchk_agf()
719 agflcount = be32_to_cpu(agf->agf_flcount); in xchk_agfl()
784 if (be32_to_cpu(agi->agi_count) != icount || in xchk_agi_xref_icounts()
785 be32_to_cpu(agi->agi_freecount) != freecount) in xchk_agi_xref_icounts()
846 eoag = be32_to_cpu(agi->agi_length); in xchk_agi()
851 agbno = be32_to_cpu(agi->agi_root); in xchk_agi()
855 level = be32_to_cpu(agi->agi_level); in xchk_agi()
860 agbno = be32_to_cpu(agi->agi_free_root); in xchk_agi()
864 level = be32_to_cpu(agi->agi_free_level); in xchk_agi()
871 icount = be32_to_cpu(agi->agi_count); in xchk_agi()
873 icount < be32_to_cpu(agi->agi_freecount)) in xchk_agi()
877 agino = be32_to_cpu(agi->agi_newino); in xchk_agi()
881 agino = be32_to_cpu(agi->agi_dirino); in xchk_agi()
887 agino = be32_to_cpu(agi->agi_unlinked[i]); in xchk_agi()