Lines Matching refs:agbno
105 xfs_agblock_t agbno, in xchk_bmap_get_rmap() argument
134 error = xfs_rmap_lookup_le_range(info->sc->sa.rmap_cur, agbno, in xchk_bmap_get_rmap()
145 error = xfs_rmap_lookup_le(info->sc->sa.rmap_cur, agbno, 0, owner, in xchk_bmap_get_rmap()
170 xfs_agblock_t agbno) in xchk_bmap_xref_rmap() argument
185 if (!xchk_bmap_get_rmap(info, irec, agbno, owner, &rmap)) in xchk_bmap_xref_rmap()
190 if (rmap.rm_startblock > agbno || in xchk_bmap_xref_rmap()
191 agbno + irec->br_blockcount > rmap_end) in xchk_bmap_xref_rmap()
255 xfs_agblock_t agbno; in xchk_bmap_iextent_xref() local
260 agbno = XFS_FSB_TO_AGBNO(mp, irec->br_startblock); in xchk_bmap_iextent_xref()
268 xchk_xref_is_used_space(info->sc, agbno, len); in xchk_bmap_iextent_xref()
269 xchk_xref_is_not_inode_chunk(info->sc, agbno, len); in xchk_bmap_iextent_xref()
270 xchk_bmap_xref_rmap(info, irec, agbno); in xchk_bmap_iextent_xref()
277 xchk_xref_is_not_shared(info->sc, agbno, in xchk_bmap_iextent_xref()
281 xchk_xref_is_cow_staging(info->sc, agbno, in xchk_bmap_iextent_xref()