Lines Matching refs:rm_blockcount
92 irec->rm_blockcount, &fbno, &flen, false); in xchk_rmapbt_xref_refc()
106 xfs_extlen_t len = irec->rm_blockcount; in xchk_rmapbt_xref()
118 irec->rm_blockcount); in xchk_rmapbt_xref()
203 if (cr->overlap_rec.rm_blockcount == 0) in xchk_rmapbt_check_overlapping()
207 pnext = cr->overlap_rec.rm_startblock + cr->overlap_rec.rm_blockcount; in xchk_rmapbt_check_overlapping()
217 inext = irec->rm_startblock + irec->rm_blockcount; in xchk_rmapbt_check_overlapping()
234 if (cr->prev_rec.rm_blockcount == 0) in xchk_rmap_mergeable()
239 if (r1->rm_startblock + r1->rm_blockcount != r2->rm_startblock) in xchk_rmap_mergeable()
241 if ((unsigned long long)r1->rm_blockcount + r2->rm_blockcount > in xchk_rmap_mergeable()
251 return r1->rm_offset + r1->rm_blockcount == r2->rm_offset; in xchk_rmap_mergeable()
279 xfs_extlen_t fsbcount = irec->rm_blockcount; in xchk_rmapbt_mark_bitmap()
324 if (fsbcount < irec->rm_blockcount) in xchk_rmapbt_mark_bitmap()
338 return xagb_bitmap_clear(bmp, irec->rm_startblock, irec->rm_blockcount); in xchk_rmapbt_mark_bitmap()