Lines Matching refs:agbno
121 xfs_agblock_t agbno,
150 error = xfs_rmap_lookup_le_range(info->sc->sa.rmap_cur, agbno,
153 error = xfs_rmap_lookup_le(info->sc->sa.rmap_cur, agbno,
170 xfs_agblock_t agbno)
180 if (!xchk_bmap_get_rmap(info, irec, agbno, owner, &rmap))
187 if (rmap.rm_startblock != agbno)
192 if (rmap_end != agbno + irec->br_blockcount)
237 xfs_agblock_t agbno)
247 if (!xchk_bmap_get_rmap(info, irec, agbno, owner, &rmap))
255 if (rmap.rm_startblock > agbno)
260 if (rmap_end < agbno + irec->br_blockcount)
307 xfs_agblock_t agbno;
312 agbno = XFS_FSB_TO_AGBNO(mp, irec->br_startblock);
320 xchk_xref_is_used_space(info->sc, agbno, len);
321 xchk_xref_is_not_inode_chunk(info->sc, agbno, len);
324 xchk_bmap_xref_rmap(info, irec, agbno);
328 xchk_xref_is_only_owned_by(info->sc, agbno,
330 xchk_xref_is_not_shared(info->sc, agbno,
333 xchk_xref_is_not_cow_staging(info->sc, agbno,
337 xchk_bmap_xref_rmap(info, irec, agbno);
340 xchk_xref_is_only_owned_by(info->sc, agbno, irec->br_blockcount,
342 xchk_xref_is_not_shared(info->sc, agbno,
344 xchk_xref_is_not_cow_staging(info->sc, agbno,
348 xchk_bmap_xref_rmap_cow(info, irec, agbno);
349 xchk_xref_is_only_owned_by(info->sc, agbno, irec->br_blockcount,
351 xchk_xref_is_cow_staging(info->sc, agbno,
353 xchk_xref_is_not_shared(info->sc, agbno,