Lines Matching refs:agbno
86 xfs_agblock_t agbno, in xchk_iallocbt_chunk_xref() argument
92 xchk_xref_is_used_space(sc, agbno, len); in xchk_iallocbt_chunk_xref()
94 xchk_xref_is_owned_by(sc, agbno, len, &XFS_RMAP_OINFO_INODES); in xchk_iallocbt_chunk_xref()
95 xchk_xref_is_not_shared(sc, agbno, len); in xchk_iallocbt_chunk_xref()
219 xfs_agblock_t agbno; in xchk_iallocbt_check_cluster() local
229 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino + cluster_base); in xchk_iallocbt_check_cluster()
246 imap.im_blkno = XFS_AGB_TO_DADDR(mp, agno, agbno); in xchk_iallocbt_check_cluster()
271 xchk_xref_is_not_owned_by(bs->sc, agbno, in xchk_iallocbt_check_cluster()
277 xchk_xref_is_owned_by(bs->sc, agbno, M_IGEO(mp)->blocks_per_cluster, in xchk_iallocbt_check_cluster()
624 xfs_agblock_t agbno, in xchk_xref_inode_check() argument
635 error = xfs_ialloc_has_inodes_at_extent(*icur, agbno, len, &has_inodes); in xchk_xref_inode_check()
646 xfs_agblock_t agbno, in xchk_xref_is_not_inode_chunk() argument
649 xchk_xref_inode_check(sc, agbno, len, &sc->sa.ino_cur, false); in xchk_xref_is_not_inode_chunk()
650 xchk_xref_inode_check(sc, agbno, len, &sc->sa.fino_cur, false); in xchk_xref_is_not_inode_chunk()
657 xfs_agblock_t agbno, in xchk_xref_is_inode_chunk() argument
660 xchk_xref_inode_check(sc, agbno, len, &sc->sa.ino_cur, true); in xchk_xref_is_inode_chunk()