Lines Matching refs:br_blockcount
192 if (rmap_end != agbno + irec->br_blockcount) in xchk_bmap_xref_rmap()
202 if (rmap_end != irec->br_startoff + irec->br_blockcount) in xchk_bmap_xref_rmap()
260 if (rmap_end < agbno + irec->br_blockcount) in xchk_bmap_xref_rmap_cow()
294 irec->br_blockcount); in xchk_bmap_rt_iextent_xref()
313 len = irec->br_blockcount; in xchk_bmap_iextent_xref()
329 irec->br_blockcount, &oinfo); in xchk_bmap_iextent_xref()
331 irec->br_blockcount); in xchk_bmap_iextent_xref()
334 irec->br_blockcount); in xchk_bmap_iextent_xref()
340 xchk_xref_is_only_owned_by(info->sc, agbno, irec->br_blockcount, in xchk_bmap_iextent_xref()
343 irec->br_blockcount); in xchk_bmap_iextent_xref()
345 irec->br_blockcount); in xchk_bmap_iextent_xref()
349 xchk_xref_is_only_owned_by(info->sc, agbno, irec->br_blockcount, in xchk_bmap_iextent_xref()
352 irec->br_blockcount); in xchk_bmap_iextent_xref()
354 irec->br_blockcount); in xchk_bmap_iextent_xref()
382 off = irec->br_startoff + irec->br_blockcount - 1; in xchk_bmap_dirattr_extent()
401 info->prev_rec.br_blockcount) in xchk_bmap_iextent()
405 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xchk_bmap_iextent()
413 !xfs_verify_rtext(mp, irec->br_startblock, irec->br_blockcount)) in xchk_bmap_iextent()
417 !xfs_verify_fsbext(mp, irec->br_startblock, irec->br_blockcount)) in xchk_bmap_iextent()
489 irec.br_blockcount != iext_irec.br_blockcount || in xchk_bmapbt_rec()
584 if (irec.br_blockcount > check_rec.rm_blockcount) in xchk_bmap_check_rmap()
589 check_rec.rm_startblock += irec.br_blockcount; in xchk_bmap_check_rmap()
590 check_rec.rm_offset += irec.br_blockcount; in xchk_bmap_check_rmap()
591 check_rec.rm_blockcount -= irec.br_blockcount; in xchk_bmap_check_rmap()
713 info->prev_rec.br_blockcount) in xchk_bmap_iextent_delalloc()
717 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xchk_bmap_iextent_delalloc()
722 if (irec->br_blockcount > XFS_MAX_BMBT_EXTLEN) in xchk_bmap_iextent_delalloc()
736 if (irec->br_blockcount > XFS_MAX_BMBT_EXTLEN) in xchk_bmap_iext_mapping()
754 if (b1->br_startoff + b1->br_blockcount != b2->br_startoff) in xchk_are_bmaps_contiguous()
756 if (b1->br_startblock + b1->br_blockcount != b2->br_startblock) in xchk_are_bmaps_contiguous()
807 irec->br_blockcount += got.br_blockcount; in xchk_bmap_iext_iter()
817 howmany_64(irec->br_blockcount, XFS_MAX_BMBT_EXTLEN) < nr) in xchk_bmap_iext_iter()