Lines Matching refs:agbno

40 	xfs_agblock_t		agbno;
46 agbno = XFS_SB_BLOCK(mp);
49 if (!xchk_xref_process_error(sc, agno, agbno, &error))
52 xchk_xref_is_used_space(sc, agbno, 1);
53 xchk_xref_is_not_inode_chunk(sc, agbno, 1);
54 xchk_xref_is_only_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_FS);
55 xchk_xref_is_not_shared(sc, agbno, 1);
56 xchk_xref_is_not_cow_staging(sc, agbno, 1);
404 xfs_agblock_t agbno;
423 error = xfs_alloc_get_rec(sc->sa.cnt_cur, &agbno, &blocks, &have);
505 xfs_agblock_t agbno;
510 agbno = XFS_AGF_BLOCK(mp);
514 xchk_xref_is_used_space(sc, agbno, 1);
517 xchk_xref_is_not_inode_chunk(sc, agbno, 1);
518 xchk_xref_is_only_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_FS);
520 xchk_xref_is_not_shared(sc, agbno, 1);
521 xchk_xref_is_not_cow_staging(sc, agbno, 1);
536 xfs_agblock_t agbno;
559 agbno = be32_to_cpu(agf->agf_bno_root);
560 if (!xfs_verify_agbno(pag, agbno))
563 agbno = be32_to_cpu(agf->agf_cnt_root);
564 if (!xfs_verify_agbno(pag, agbno))
576 agbno = be32_to_cpu(agf->agf_rmap_root);
577 if (!xfs_verify_agbno(pag, agbno))
586 agbno = be32_to_cpu(agf->agf_refcount_root);
587 if (!xfs_verify_agbno(pag, agbno))
640 xfs_agblock_t agbno)
645 xchk_xref_is_used_space(sc, agbno, 1);
646 xchk_xref_is_not_inode_chunk(sc, agbno, 1);
647 xchk_xref_is_only_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_AG);
648 xchk_xref_is_not_shared(sc, agbno, 1);
649 xchk_xref_is_not_cow_staging(sc, agbno, 1);
656 xfs_agblock_t agbno,
662 if (xfs_verify_agbno(sc->sa.pag, agbno) &&
664 sai->entries[sai->nr_entries++] = agbno;
668 xchk_agfl_block_xref(sc, agbno);
693 xfs_agblock_t agbno;
698 agbno = XFS_AGFL_BLOCK(mp);
702 xchk_xref_is_used_space(sc, agbno, 1);
703 xchk_xref_is_not_inode_chunk(sc, agbno, 1);
704 xchk_xref_is_only_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_FS);
705 xchk_xref_is_not_shared(sc, agbno, 1);
706 xchk_xref_is_not_cow_staging(sc, agbno, 1);
848 xfs_agblock_t agbno;
853 agbno = XFS_AGI_BLOCK(mp);
857 xchk_xref_is_used_space(sc, agbno, 1);
858 xchk_xref_is_not_inode_chunk(sc, agbno, 1);
860 xchk_xref_is_only_owned_by(sc, agbno, 1, &XFS_RMAP_OINFO_FS);
861 xchk_xref_is_not_shared(sc, agbno, 1);
862 xchk_xref_is_not_cow_staging(sc, agbno, 1);
878 xfs_agblock_t agbno;
902 agbno = be32_to_cpu(agi->agi_root);
903 if (!xfs_verify_agbno(pag, agbno))
911 agbno = be32_to_cpu(agi->agi_free_root);
912 if (!xfs_verify_agbno(pag, agbno))