Lines Matching refs:br_blockcount
191 agbno + irec->br_blockcount > rmap_end) in xchk_bmap_xref_rmap()
204 irec->br_startoff + irec->br_blockcount > rmap_end) in xchk_bmap_xref_rmap()
243 irec->br_blockcount); in xchk_bmap_rt_iextent_xref()
261 len = irec->br_blockcount; in xchk_bmap_iextent_xref()
278 irec->br_blockcount); in xchk_bmap_iextent_xref()
282 irec->br_blockcount); in xchk_bmap_iextent_xref()
309 off = irec->br_startoff + irec->br_blockcount - 1; in xchk_bmap_dirattr_extent()
349 if (irec->br_blockcount > MAXEXTLEN) in xchk_bmap_iextent()
352 if (irec->br_startblock + irec->br_blockcount <= irec->br_startblock) in xchk_bmap_iextent()
355 end = irec->br_startblock + irec->br_blockcount - 1; in xchk_bmap_iextent()
383 info->lastoff = irec->br_startoff + irec->br_blockcount; in xchk_bmap_iextent()
434 irec.br_blockcount != iext_irec.br_blockcount || in xchk_bmapbt_rec()
527 if (irec.br_blockcount > rec->rm_blockcount) in xchk_bmap_check_rmap()
532 rec->rm_startblock += irec.br_blockcount; in xchk_bmap_check_rmap()
533 rec->rm_offset += irec.br_blockcount; in xchk_bmap_check_rmap()
534 rec->rm_blockcount -= irec.br_blockcount; in xchk_bmap_check_rmap()