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()
137 error = xfs_rmap_lookup_le(info->sc->sa.rmap_cur, agbno, in xchk_bmap_get_rmap()
154 xfs_agblock_t agbno) in xchk_bmap_xref_rmap() argument
169 if (!xchk_bmap_get_rmap(info, irec, agbno, owner, &rmap)) in xchk_bmap_xref_rmap()
174 if (rmap.rm_startblock > agbno || in xchk_bmap_xref_rmap()
175 agbno + irec->br_blockcount > rmap_end) in xchk_bmap_xref_rmap()
239 xfs_agblock_t agbno; in xchk_bmap_iextent_xref() local
244 agbno = XFS_FSB_TO_AGBNO(mp, irec->br_startblock); in xchk_bmap_iextent_xref()
252 xchk_xref_is_used_space(info->sc, agbno, len); in xchk_bmap_iextent_xref()
253 xchk_xref_is_not_inode_chunk(info->sc, agbno, len); in xchk_bmap_iextent_xref()
254 xchk_bmap_xref_rmap(info, irec, agbno); in xchk_bmap_iextent_xref()
261 xchk_xref_is_not_shared(info->sc, agbno, in xchk_bmap_iextent_xref()
265 xchk_xref_is_cow_staging(info->sc, agbno, in xchk_bmap_iextent_xref()