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()
217 xfs_agblock_t agbno; in xchk_iallocbt_check_cluster() local
227 agbno = XFS_AGINO_TO_AGBNO(mp, irec->ir_startino + cluster_base); in xchk_iallocbt_check_cluster()
244 imap.im_blkno = XFS_AGB_TO_DADDR(mp, agno, agbno); in xchk_iallocbt_check_cluster()
269 xchk_xref_is_not_owned_by(bs->sc, agbno, in xchk_iallocbt_check_cluster()
275 xchk_xref_is_owned_by(bs->sc, agbno, M_IGEO(mp)->blocks_per_cluster, in xchk_iallocbt_check_cluster()
622 xfs_agblock_t agbno, in xchk_xref_inode_check() argument
633 error = xfs_ialloc_has_inodes_at_extent(*icur, agbno, len, &has_inodes); in xchk_xref_inode_check()
644 xfs_agblock_t agbno, in xchk_xref_is_not_inode_chunk() argument
647 xchk_xref_inode_check(sc, agbno, len, &sc->sa.ino_cur, false); in xchk_xref_is_not_inode_chunk()
648 xchk_xref_inode_check(sc, agbno, len, &sc->sa.fino_cur, false); in xchk_xref_is_not_inode_chunk()
655 xfs_agblock_t agbno, in xchk_xref_is_inode_chunk() argument
658 xchk_xref_inode_check(sc, agbno, len, &sc->sa.ino_cur, true); in xchk_xref_is_inode_chunk()