Lines Matching refs:agf_bp
361 struct xfs_agf *agf = XFS_BUF_TO_AGF(sc->sa.agf_bp); in xchk_agf_xref_freeblks()
373 xchk_block_xref_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf_xref_freeblks()
381 struct xfs_agf *agf = XFS_BUF_TO_AGF(sc->sa.agf_bp); in xchk_agf_xref_cntbt()
396 xchk_block_xref_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf_xref_cntbt()
405 xchk_block_xref_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf_xref_cntbt()
413 struct xfs_agf *agf = XFS_BUF_TO_AGF(sc->sa.agf_bp); in xchk_agf_xref_btreeblks()
426 xchk_block_xref_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf_xref_btreeblks()
451 xchk_block_xref_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf_xref_btreeblks()
459 struct xfs_agf *agf = XFS_BUF_TO_AGF(sc->sa.agf_bp); in xchk_agf_xref_refcblks()
470 xchk_block_xref_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf_xref_refcblks()
523 &sc->sa.agf_bp, &sc->sa.agfl_bp); in xchk_agf()
526 xchk_buffer_recheck(sc, sc->sa.agf_bp); in xchk_agf()
528 agf = XFS_BUF_TO_AGF(sc->sa.agf_bp); in xchk_agf()
533 xchk_block_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf()
538 xchk_block_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf()
542 xchk_block_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf()
546 xchk_block_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf()
550 xchk_block_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf()
555 xchk_block_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf()
559 xchk_block_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf()
565 xchk_block_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf()
569 xchk_block_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf()
581 xchk_block_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf()
586 xchk_block_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf()
588 xchk_block_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf()
590 xchk_block_set_corrupt(sc, sc->sa.agf_bp); in xchk_agf()
701 &sc->sa.agf_bp, &sc->sa.agfl_bp); in xchk_agfl()
704 if (!sc->sa.agf_bp) in xchk_agfl()
714 agf = XFS_BUF_TO_AGF(sc->sa.agf_bp); in xchk_agfl()
717 xchk_block_set_corrupt(sc, sc->sa.agf_bp); in xchk_agfl()
731 error = xfs_agfl_walk(sc->mp, XFS_BUF_TO_AGF(sc->sa.agf_bp), in xchk_agfl()
741 xchk_block_set_corrupt(sc, sc->sa.agf_bp); in xchk_agfl()
750 xchk_block_set_corrupt(sc, sc->sa.agf_bp); in xchk_agfl()
832 &sc->sa.agf_bp, &sc->sa.agfl_bp); in xchk_agi()