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()
310 off = irec->br_startoff + irec->br_blockcount - 1; in xchk_bmap_dirattr_extent()
333 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xchk_bmap_iextent()
353 if (irec->br_blockcount > MAXEXTLEN) in xchk_bmap_iextent()
357 !xfs_verify_rtext(mp, irec->br_startblock, irec->br_blockcount)) in xchk_bmap_iextent()
361 !xfs_verify_fsbext(mp, irec->br_startblock, irec->br_blockcount)) in xchk_bmap_iextent()
379 info->lastoff = irec->br_startoff + irec->br_blockcount; in xchk_bmap_iextent()
430 irec.br_blockcount != iext_irec.br_blockcount || in xchk_bmapbt_rec()
525 if (irec.br_blockcount > check_rec.rm_blockcount) in xchk_bmap_check_rmap()
530 check_rec.rm_startblock += irec.br_blockcount; in xchk_bmap_check_rmap()
531 check_rec.rm_offset += irec.br_blockcount; in xchk_bmap_check_rmap()
532 check_rec.rm_blockcount -= irec.br_blockcount; in xchk_bmap_check_rmap()