Lines Matching refs:rm_startblock
111 rm_last = rec->rm_startblock + rec->rm_blockcount - 1; in xchk_refcountbt_rmap_check()
120 if (rec->rm_startblock <= refchk->bno && rm_last >= rc_last) { in xchk_refcountbt_rmap_check()
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()
214 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_refcountbt_process_rmap_fragments()
227 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_refcountbt_process_rmap_fragments()
228 if (frag->rm.rm_startblock != rbno) in xchk_refcountbt_process_rmap_fragments()
295 low.rm_startblock = irec->rc_startblock; in xchk_refcountbt_xref_rmap()
297 high.rm_startblock = irec->rc_startblock + irec->rc_blockcount - 1; in xchk_refcountbt_xref_rmap()
355 if (*next_bno != NULLAGBLOCK && rec->rm_startblock < *next_bno) in xchk_refcountbt_rmap_check_gap()
358 *next_bno = rec->rm_startblock + rec->rm_blockcount; in xchk_refcountbt_rmap_check_gap()
382 low.rm_startblock = rrc->next_unshared_agbno; in xchk_refcountbt_xref_gaps()
384 high.rm_startblock = bno - 1; in xchk_refcountbt_xref_gaps()