Lines Matching refs:agbno
94 xfs_agblock_t agbno, in xchk_bmap_get_rmap() argument
121 error = xfs_rmap_lookup_le_range(info->sc->sa.rmap_cur, agbno, in xchk_bmap_get_rmap()
132 error = xfs_rmap_lookup_le(info->sc->sa.rmap_cur, agbno, 0, owner, in xchk_bmap_get_rmap()
157 xfs_agblock_t agbno) in xchk_bmap_xref_rmap() argument
172 if (!xchk_bmap_get_rmap(info, irec, agbno, owner, &rmap)) in xchk_bmap_xref_rmap()
177 if (rmap.rm_startblock > agbno || in xchk_bmap_xref_rmap()
178 agbno + irec->br_blockcount > rmap_end) in xchk_bmap_xref_rmap()
247 xfs_agblock_t agbno; in xchk_bmap_extent_xref() local
255 agbno = XFS_FSB_TO_AGBNO(mp, irec->br_startblock); in xchk_bmap_extent_xref()
263 xchk_xref_is_used_space(info->sc, agbno, len); in xchk_bmap_extent_xref()
264 xchk_xref_is_not_inode_chunk(info->sc, agbno, len); in xchk_bmap_extent_xref()
265 xchk_bmap_xref_rmap(info, irec, agbno); in xchk_bmap_extent_xref()
272 xchk_xref_is_not_shared(info->sc, agbno, in xchk_bmap_extent_xref()
276 xchk_xref_is_cow_staging(info->sc, agbno, in xchk_bmap_extent_xref()