Lines Matching refs:be32_to_cpu
459 if (blocks != be32_to_cpu(agf->agf_freeblks)) in xchk_agf_xref_freeblks()
491 if (!have || blocks != be32_to_cpu(agf->agf_longest)) in xchk_agf_xref_cntbt()
516 if (blocks != be32_to_cpu(agf->agf_rmap_blocks)) in xchk_agf_xref_btreeblks()
541 if (btreeblks != be32_to_cpu(agf->agf_btreeblks)) in xchk_agf_xref_btreeblks()
560 if (blocks != be32_to_cpu(agf->agf_refcount_blocks)) in xchk_agf_xref_refcblks()
619 eoag = be32_to_cpu(agf->agf_length); in xchk_agf()
624 agbno = be32_to_cpu(agf->agf_bno_root); in xchk_agf()
628 agbno = be32_to_cpu(agf->agf_cnt_root); in xchk_agf()
632 level = be32_to_cpu(agf->agf_bno_level); in xchk_agf()
636 level = be32_to_cpu(agf->agf_cnt_level); in xchk_agf()
641 agbno = be32_to_cpu(agf->agf_rmap_root); in xchk_agf()
645 level = be32_to_cpu(agf->agf_rmap_level); in xchk_agf()
651 agbno = be32_to_cpu(agf->agf_refcount_root); in xchk_agf()
655 level = be32_to_cpu(agf->agf_refcount_level); in xchk_agf()
661 agfl_first = be32_to_cpu(agf->agf_flfirst); in xchk_agf()
662 agfl_last = be32_to_cpu(agf->agf_fllast); in xchk_agf()
663 agfl_count = be32_to_cpu(agf->agf_flcount); in xchk_agf()
672 if (pag->pagf_freeblks != be32_to_cpu(agf->agf_freeblks)) in xchk_agf()
674 if (pag->pagf_flcount != be32_to_cpu(agf->agf_flcount)) in xchk_agf()
677 pag->pagf_btreeblks != be32_to_cpu(agf->agf_btreeblks)) in xchk_agf()
812 sai.agflcount = be32_to_cpu(agf->agf_flcount); in xchk_agfl()
873 if (be32_to_cpu(agi->agi_count) != icount || in xchk_agi_xref_icounts()
874 be32_to_cpu(agi->agi_freecount) != freecount) in xchk_agi_xref_icounts()
894 if (blocks != be32_to_cpu(agi->agi_iblocks)) in xchk_agi_xref_fiblocks()
902 if (blocks != be32_to_cpu(agi->agi_fblocks)) in xchk_agi_xref_fiblocks()
946 xfs_agino_t agino = be32_to_cpu(agi->agi_unlinked[i]); in xchk_iunlink()
999 eoag = be32_to_cpu(agi->agi_length); in xchk_agi()
1004 agbno = be32_to_cpu(agi->agi_root); in xchk_agi()
1008 level = be32_to_cpu(agi->agi_level); in xchk_agi()
1013 agbno = be32_to_cpu(agi->agi_free_root); in xchk_agi()
1017 level = be32_to_cpu(agi->agi_free_level); in xchk_agi()
1024 icount = be32_to_cpu(agi->agi_count); in xchk_agi()
1026 icount < be32_to_cpu(agi->agi_freecount)) in xchk_agi()
1030 agino = be32_to_cpu(agi->agi_newino); in xchk_agi()
1034 agino = be32_to_cpu(agi->agi_dirino); in xchk_agi()
1040 agino = be32_to_cpu(agi->agi_unlinked[i]); in xchk_agi()
1049 if (pag->pagi_count != be32_to_cpu(agi->agi_count)) in xchk_agi()
1051 if (pag->pagi_freecount != be32_to_cpu(agi->agi_freecount)) in xchk_agi()