• Home
  • Raw
  • Download

Lines Matching refs:bno

78 	xfs_agblock_t		bno;  member
109 rc_last = refchk->bno + refchk->len - 1; in xchk_refcountbt_rmap_check()
117 if (rec->rm_startblock <= refchk->bno && rm_last >= rc_last) { in xchk_refcountbt_rmap_check()
155 xfs_agblock_t bno; in xchk_refcountbt_process_rmap_fragments() local
177 bno = 0; in xchk_refcountbt_process_rmap_fragments()
179 if (frag->rm.rm_startblock < bno) in xchk_refcountbt_process_rmap_fragments()
181 bno = frag->rm.rm_startblock; in xchk_refcountbt_process_rmap_fragments()
190 if (frag->rm.rm_startblock > refchk->bno || nr > target_nr) in xchk_refcountbt_process_rmap_fragments()
192 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_refcountbt_process_rmap_fragments()
193 if (bno < rbno) in xchk_refcountbt_process_rmap_fragments()
194 rbno = bno; in xchk_refcountbt_process_rmap_fragments()
211 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_refcountbt_process_rmap_fragments()
212 if (bno != rbno) { in xchk_refcountbt_process_rmap_fragments()
213 if (bno < next_rbno) in xchk_refcountbt_process_rmap_fragments()
214 next_rbno = bno; in xchk_refcountbt_process_rmap_fragments()
224 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount; in xchk_refcountbt_process_rmap_fragments()
228 if (next_rbno > bno) in xchk_refcountbt_process_rmap_fragments()
229 next_rbno = bno; in xchk_refcountbt_process_rmap_fragments()
251 if (rbno < refchk->bno + refchk->len) in xchk_refcountbt_process_rmap_fragments()
276 .bno = irec->rc_startblock, in xchk_refcountbt_xref_rmap()