Lines Matching refs:agbno

30 	xfs_agblock_t		agbno;
36 agbno = XFS_SB_BLOCK(mp);
39 if (!xchk_xref_process_error(sc, agno, agbno, &error))
42 xchk_xref_is_used_space(sc, agbno, 1);
43 xchk_xref_is_not_inode_chunk(sc, agbno, 1);
44 xchk_xref_is_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_FS);
45 xchk_xref_is_not_shared(sc, agbno, 1);
382 xfs_agblock_t agbno;
401 error = xfs_alloc_get_rec(sc->sa.cnt_cur, &agbno, &blocks, &have);
479 xfs_agblock_t agbno;
485 agbno = XFS_AGF_BLOCK(mp);
491 xchk_xref_is_used_space(sc, agbno, 1);
494 xchk_xref_is_not_inode_chunk(sc, agbno, 1);
495 xchk_xref_is_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_FS);
497 xchk_xref_is_not_shared(sc, agbno, 1);
512 xfs_agblock_t agbno;
536 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_BNO]);
537 if (!xfs_verify_agbno(mp, agno, agbno))
540 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_CNT]);
541 if (!xfs_verify_agbno(mp, agno, agbno))
553 agbno = be32_to_cpu(agf->agf_roots[XFS_BTNUM_RMAP]);
554 if (!xfs_verify_agbno(mp, agno, agbno))
563 agbno = be32_to_cpu(agf->agf_refcount_root);
564 if (!xfs_verify_agbno(mp, agno, agbno))
611 xfs_agblock_t agbno)
616 xchk_xref_is_used_space(sc, agbno, 1);
617 xchk_xref_is_not_inode_chunk(sc, agbno, 1);
618 xchk_xref_is_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_AG);
619 xchk_xref_is_not_shared(sc, agbno, 1);
626 xfs_agblock_t agbno,
633 if (xfs_verify_agbno(mp, agno, agbno) &&
635 sai->entries[sai->nr_entries++] = agbno;
639 xchk_agfl_block_xref(sc, agbno);
664 xfs_agblock_t agbno;
670 agbno = XFS_AGFL_BLOCK(mp);
676 xchk_xref_is_used_space(sc, agbno, 1);
677 xchk_xref_is_not_inode_chunk(sc, agbno, 1);
678 xchk_xref_is_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_FS);
679 xchk_xref_is_not_shared(sc, agbno, 1);
819 xfs_agblock_t agbno;
825 agbno = XFS_AGI_BLOCK(mp);
831 xchk_xref_is_used_space(sc, agbno, 1);
832 xchk_xref_is_not_inode_chunk(sc, agbno, 1);
834 xchk_xref_is_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_FS);
835 xchk_xref_is_not_shared(sc, agbno, 1);
850 xfs_agblock_t agbno;
875 agbno = be32_to_cpu(agi->agi_root);
876 if (!xfs_verify_agbno(mp, agno, agbno))
884 agbno = be32_to_cpu(agi->agi_free_root);
885 if (!xfs_verify_agbno(mp, agno, agbno))