Lines Matching refs:bno
107 xfs_rgblock_t bno; member
138 rc_last = refchk->bno + refchk->len - 1; in xchk_rtrefcountbt_rmap_check()
146 if (rec->rm_startblock <= refchk->bno && rm_last >= rc_last) { in xchk_rtrefcountbt_rmap_check()
184 xfs_rgblock_t bno; in xchk_rtrefcountbt_process_rmap_fragments() local
206 bno = 0; in xchk_rtrefcountbt_process_rmap_fragments()
208 if (frag->rm.rm_startblock < bno) in xchk_rtrefcountbt_process_rmap_fragments()
210 bno = frag->rm.rm_startblock; in xchk_rtrefcountbt_process_rmap_fragments()
219 if (frag->rm.rm_startblock > refchk->bno || nr > target_nr) in xchk_rtrefcountbt_process_rmap_fragments()
221 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_rtrefcountbt_process_rmap_fragments()
222 if (bno < rbno) in xchk_rtrefcountbt_process_rmap_fragments()
223 rbno = bno; in xchk_rtrefcountbt_process_rmap_fragments()
240 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_rtrefcountbt_process_rmap_fragments()
241 if (bno != rbno) { in xchk_rtrefcountbt_process_rmap_fragments()
242 if (bno < next_rbno) in xchk_rtrefcountbt_process_rmap_fragments()
243 next_rbno = bno; in xchk_rtrefcountbt_process_rmap_fragments()
253 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_rtrefcountbt_process_rmap_fragments()
257 if (next_rbno > bno) in xchk_rtrefcountbt_process_rmap_fragments()
258 next_rbno = bno; in xchk_rtrefcountbt_process_rmap_fragments()
280 if (rbno < refchk->bno + refchk->len) in xchk_rtrefcountbt_process_rmap_fragments()
305 .bno = irec->rc_startblock, in xchk_rtrefcountbt_xref_rmap()
432 xfs_rtblock_t bno) in xchk_rtrefcountbt_xref_gaps() argument
439 if (bno <= rrc->next_unshared_rgbno || !sc->sr.rmap_cur || in xchk_rtrefcountbt_xref_gaps()
446 high.rm_startblock = bno - 1; in xchk_rtrefcountbt_xref_gaps()
581 xfs_rgblock_t bno, in xchk_xref_is_rt_cow_staging() argument
593 bno, &has_refcount); in xchk_xref_is_rt_cow_staging()
625 xfs_rgblock_t bno, in xchk_xref_is_not_rt_shared() argument
635 XFS_REFC_DOMAIN_SHARED, bno, len, &outcome); in xchk_xref_is_not_rt_shared()
646 xfs_rgblock_t bno, in xchk_xref_is_not_rt_cow_staging() argument
656 bno, len, &outcome); in xchk_xref_is_not_rt_cow_staging()