Lines Matching refs:br_blockcount

216 	if (rmap_end != agbno + irec->br_blockcount)
226 if (rmap_end != irec->br_startoff + irec->br_blockcount)
284 if (rmap_end < agbno + irec->br_blockcount)
318 irec->br_blockcount);
337 len = irec->br_blockcount;
353 irec->br_blockcount, &oinfo);
355 irec->br_blockcount);
358 irec->br_blockcount);
364 xchk_xref_is_only_owned_by(info->sc, agbno, irec->br_blockcount,
367 irec->br_blockcount);
369 irec->br_blockcount);
373 xchk_xref_is_only_owned_by(info->sc, agbno, irec->br_blockcount,
376 irec->br_blockcount);
378 irec->br_blockcount);
406 off = irec->br_startoff + irec->br_blockcount - 1;
425 info->prev_rec.br_blockcount)
429 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount))
437 !xfs_verify_rtbext(mp, irec->br_startblock, irec->br_blockcount))
441 !xfs_verify_fsbext(mp, irec->br_startblock, irec->br_blockcount))
513 irec.br_blockcount != iext_irec.br_blockcount ||
608 if (irec.br_blockcount > check_rec.rm_blockcount)
613 check_rec.rm_startblock += irec.br_blockcount;
614 check_rec.rm_offset += irec.br_blockcount;
615 check_rec.rm_blockcount -= irec.br_blockcount;
794 info->prev_rec.br_blockcount)
798 if (!xfs_verify_fileext(mp, irec->br_startoff, irec->br_blockcount))
803 if (irec->br_blockcount > XFS_MAX_BMBT_EXTLEN)
817 if (irec->br_blockcount > XFS_MAX_BMBT_EXTLEN)
835 if (b1->br_startoff + b1->br_blockcount != b2->br_startoff)
837 if (b1->br_startblock + b1->br_blockcount != b2->br_startblock)
888 irec->br_blockcount += got.br_blockcount;
898 howmany_64(irec->br_blockcount, XFS_MAX_BMBT_EXTLEN) < nr)