Lines Matching refs:br_blockcount
171 agbno + irec->br_blockcount > rmap_end) in xchk_bmap_xref_rmap()
184 irec->br_startoff + irec->br_blockcount > rmap_end) in xchk_bmap_xref_rmap()
223 irec->br_blockcount); in xchk_bmap_rt_iextent_xref()
241 len = irec->br_blockcount; in xchk_bmap_iextent_xref()
258 irec->br_blockcount); in xchk_bmap_iextent_xref()
262 irec->br_blockcount); in xchk_bmap_iextent_xref()
289 off = irec->br_startoff + irec->br_blockcount - 1; in xchk_bmap_dirattr_extent()
329 if (irec->br_blockcount > MAXEXTLEN) in xchk_bmap_iextent()
332 if (irec->br_startblock + irec->br_blockcount <= irec->br_startblock) in xchk_bmap_iextent()
335 end = irec->br_startblock + irec->br_blockcount - 1; in xchk_bmap_iextent()
363 info->lastoff = irec->br_startoff + irec->br_blockcount; in xchk_bmap_iextent()
414 irec.br_blockcount != iext_irec.br_blockcount || in xchk_bmapbt_rec()
507 if (irec.br_blockcount > rec->rm_blockcount) in xchk_bmap_check_rmap()
512 rec->rm_startblock += irec.br_blockcount; in xchk_bmap_check_rmap()
513 rec->rm_offset += irec.br_blockcount; in xchk_bmap_check_rmap()
514 rec->rm_blockcount -= irec.br_blockcount; in xchk_bmap_check_rmap()