Lines Matching refs:br_blockcount

226 	if (rmap_end != bno + irec->br_blockcount)  in xchk_bmap_xref_rmap()
236 if (rmap_end != irec->br_startoff + irec->br_blockcount) in xchk_bmap_xref_rmap()
294 if (rmap_end < bno + irec->br_blockcount) in xchk_bmap_xref_rmap_cow()
344 irec->br_blockcount); in xchk_bmap_rt_iextent_xref()
358 irec->br_blockcount, &oinfo); in xchk_bmap_rt_iextent_xref()
360 irec->br_blockcount); in xchk_bmap_rt_iextent_xref()
363 irec->br_blockcount); in xchk_bmap_rt_iextent_xref()
368 irec->br_blockcount, &XFS_RMAP_OINFO_COW); in xchk_bmap_rt_iextent_xref()
370 irec->br_blockcount); in xchk_bmap_rt_iextent_xref()
372 irec->br_blockcount); in xchk_bmap_rt_iextent_xref()
397 len = irec->br_blockcount; in xchk_bmap_iextent_xref()
413 irec->br_blockcount, &oinfo); in xchk_bmap_iextent_xref()
415 irec->br_blockcount); in xchk_bmap_iextent_xref()
418 irec->br_blockcount); in xchk_bmap_iextent_xref()
424 xchk_xref_is_only_owned_by(info->sc, agbno, irec->br_blockcount, in xchk_bmap_iextent_xref()
427 irec->br_blockcount); in xchk_bmap_iextent_xref()
429 irec->br_blockcount); in xchk_bmap_iextent_xref()
433 xchk_xref_is_only_owned_by(info->sc, agbno, irec->br_blockcount, in xchk_bmap_iextent_xref()
436 irec->br_blockcount); in xchk_bmap_iextent_xref()
438 irec->br_blockcount); in xchk_bmap_iextent_xref()
466 off = irec->br_startoff + irec->br_blockcount - 1; in xchk_bmap_dirattr_extent()
485 info->prev_rec.br_blockcount) in xchk_bmap_iextent()
489 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xchk_bmap_iextent()
497 !xfs_verify_rtbext(mp, irec->br_startblock, irec->br_blockcount)) in xchk_bmap_iextent()
501 !xfs_verify_fsbext(mp, irec->br_startblock, irec->br_blockcount)) in xchk_bmap_iextent()
573 irec.br_blockcount != iext_irec.br_blockcount || in xchk_bmapbt_rec()
667 if (irec.br_blockcount > check_rec.rm_blockcount) in xchk_bmap_check_rmap()
672 check_rec.rm_startblock += irec.br_blockcount; in xchk_bmap_check_rmap()
673 check_rec.rm_offset += irec.br_blockcount; in xchk_bmap_check_rmap()
674 check_rec.rm_blockcount -= irec.br_blockcount; in xchk_bmap_check_rmap()
887 info->prev_rec.br_blockcount) in xchk_bmap_iextent_delalloc()
891 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount)) in xchk_bmap_iextent_delalloc()
896 if (irec->br_blockcount > XFS_MAX_BMBT_EXTLEN) in xchk_bmap_iextent_delalloc()
910 if (irec->br_blockcount > XFS_MAX_BMBT_EXTLEN) in xchk_bmap_iext_mapping()
931 if (b1->br_startoff + b1->br_blockcount != b2->br_startoff) in xchk_are_bmaps_contiguous()
933 if (b1->br_startblock + b1->br_blockcount != b2->br_startblock) in xchk_are_bmaps_contiguous()
995 irec->br_blockcount += got.br_blockcount; in xchk_bmap_iext_iter()
1005 howmany_64(irec->br_blockcount, XFS_MAX_BMBT_EXTLEN) < nr) in xchk_bmap_iext_iter()