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