Lines Matching refs:bno
81 xfs_agblock_t bno; member
112 rc_last = refchk->bno + refchk->len - 1; in xchk_refcountbt_rmap_check()
120 if (rec->rm_startblock <= refchk->bno && rm_last >= rc_last) { in xchk_refcountbt_rmap_check()
158 xfs_agblock_t bno; in xchk_refcountbt_process_rmap_fragments() local
180 bno = 0; in xchk_refcountbt_process_rmap_fragments()
182 if (frag->rm.rm_startblock < bno) in xchk_refcountbt_process_rmap_fragments()
184 bno = frag->rm.rm_startblock; in xchk_refcountbt_process_rmap_fragments()
193 if (frag->rm.rm_startblock > refchk->bno || nr > target_nr) in xchk_refcountbt_process_rmap_fragments()
195 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_refcountbt_process_rmap_fragments()
196 if (bno < rbno) in xchk_refcountbt_process_rmap_fragments()
197 rbno = bno; in xchk_refcountbt_process_rmap_fragments()
214 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_refcountbt_process_rmap_fragments()
215 if (bno != rbno) { in xchk_refcountbt_process_rmap_fragments()
216 if (bno < next_rbno) in xchk_refcountbt_process_rmap_fragments()
217 next_rbno = bno; in xchk_refcountbt_process_rmap_fragments()
227 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_refcountbt_process_rmap_fragments()
231 if (next_rbno > bno) in xchk_refcountbt_process_rmap_fragments()
232 next_rbno = bno; in xchk_refcountbt_process_rmap_fragments()
254 if (rbno < refchk->bno + refchk->len) in xchk_refcountbt_process_rmap_fragments()
279 .bno = irec->rc_startblock, in xchk_refcountbt_xref_rmap()
370 xfs_agblock_t bno) in xchk_refcountbt_xref_gaps() argument
377 if (bno <= rrc->next_unshared_agbno || !sc->sa.rmap_cur || in xchk_refcountbt_xref_gaps()
384 high.rm_startblock = bno - 1; in xchk_refcountbt_xref_gaps()