Lines Matching refs:rm_startblock
137 rm_last = rec->rm_startblock + rec->rm_blockcount - 1; in xchk_rtrefcountbt_rmap_check()
146 if (rec->rm_startblock <= refchk->bno && rm_last >= rc_last) { in xchk_rtrefcountbt_rmap_check()
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()
240 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_rtrefcountbt_process_rmap_fragments()
253 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_rtrefcountbt_process_rmap_fragments()
254 if (frag->rm.rm_startblock != rbno) in xchk_rtrefcountbt_process_rmap_fragments()
321 low.rm_startblock = irec->rc_startblock; in xchk_rtrefcountbt_xref_rmap()
323 high.rm_startblock = irec->rc_startblock + irec->rc_blockcount - 1; in xchk_rtrefcountbt_xref_rmap()
417 if (*next_bno != NULLRGBLOCK && rec->rm_startblock < *next_bno) in xchk_rtrefcountbt_rmap_check_gap()
420 *next_bno = rec->rm_startblock + rec->rm_blockcount; in xchk_rtrefcountbt_rmap_check_gap()
444 low.rm_startblock = rrc->next_unshared_rgbno; in xchk_rtrefcountbt_xref_gaps()
446 high.rm_startblock = bno - 1; in xchk_rtrefcountbt_xref_gaps()