Lines Matching refs:br_blockcount
175 agbno + irec->br_blockcount > rmap_end) in xchk_bmap_xref_rmap()
188 irec->br_startoff + irec->br_blockcount > rmap_end) in xchk_bmap_xref_rmap()
227 irec->br_blockcount); in xchk_bmap_rt_iextent_xref()
245 len = irec->br_blockcount; in xchk_bmap_iextent_xref()
262 irec->br_blockcount); in xchk_bmap_iextent_xref()
266 irec->br_blockcount); in xchk_bmap_iextent_xref()
294 off = irec->br_startoff + irec->br_blockcount - 1; in xchk_bmap_dirattr_extent()
317 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xchk_bmap_iextent()
337 if (irec->br_blockcount > XFS_MAX_BMBT_EXTLEN) in xchk_bmap_iextent()
341 !xfs_verify_rtext(mp, irec->br_startblock, irec->br_blockcount)) in xchk_bmap_iextent()
345 !xfs_verify_fsbext(mp, irec->br_startblock, irec->br_blockcount)) 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()
509 if (irec.br_blockcount > check_rec.rm_blockcount) in xchk_bmap_check_rmap()
514 check_rec.rm_startblock += irec.br_blockcount; in xchk_bmap_check_rmap()
515 check_rec.rm_offset += irec.br_blockcount; in xchk_bmap_check_rmap()
516 check_rec.rm_blockcount -= irec.br_blockcount; in xchk_bmap_check_rmap()