Searched refs:rm_blockcount (Results 1 - 24 of 24) sorted by path

/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.c591 rrec->rm_blockcount = cpu_to_be32(XFS_BNO_BLOCK(mp));
598 rrec->rm_blockcount = cpu_to_be32(2);
605 rrec->rm_blockcount = cpu_to_be32(XFS_RMAP_BLOCK(mp) -
613 rrec->rm_blockcount = cpu_to_be32(1);
621 rrec->rm_blockcount = cpu_to_be32(1);
633 rrec->rm_blockcount = cpu_to_be32(mp->m_sb.sb_logblocks);
H A Dxfs_format.h1519 __be32 rm_blockcount; /* extent length */ member in struct:xfs_rmap_rec
H A Dxfs_rmap.c48 cur->bc_rec.r.rm_blockcount = 0;
83 cur->bc_rec.r.rm_blockcount = len;
104 irec->rm_startblock, irec->rm_blockcount,
108 rec.rmap.rm_blockcount = cpu_to_be32(irec->rm_blockcount);
144 rcur->bc_rec.r.rm_blockcount = len;
209 irec->rm_blockcount = be32_to_cpu(rec->rmap.rm_blockcount);
227 if (irec->rm_blockcount == 0)
232 if (irec->rm_blockcount !
[all...]
H A Dxfs_rmap_btree.c192 adj = be32_to_cpu(rec->rmap.rm_blockcount) - 1;
212 rec->rmap.rm_blockcount = cpu_to_be32(cur->bc_rec.r.rm_blockcount);
H A Dxfs_types.h182 xfs_extlen_t rm_blockcount; /* extent length */ member in struct:xfs_rmap_irec
/linux-master/fs/xfs/scrub/
H A Dagheader_repair.c475 rec->rm_blockcount);
H A Dalloc_repair.c236 rec->rm_startblock, rec->rm_blockcount);
258 rec->rm_startblock + rec->rm_blockcount);
H A Dbmap.c215 rmap_end = (unsigned long long)rmap.rm_startblock + rmap.rm_blockcount;
225 rmap_end = (unsigned long long)rmap.rm_offset + rmap.rm_blockcount;
283 rmap_end = (unsigned long long)rmap.rm_startblock + rmap.rm_blockcount;
608 if (irec.br_blockcount > check_rec.rm_blockcount)
615 check_rec.rm_blockcount -= irec.br_blockcount;
616 if (check_rec.rm_blockcount == 0)
H A Dbmap_repair.c200 rec->rm_blockcount))
205 !xfs_verify_fileext(sc->mp, rec->rm_offset, rec->rm_blockcount))
215 rec->rm_blockcount, &outcome);
223 rec->rm_startblock, rec->rm_blockcount, &outcome);
258 rb->nblocks += rec->rm_blockcount;
276 rb->old_bmbt_block_count += rec->rm_blockcount;
278 rec->rm_blockcount);
282 rec->rm_blockcount,
H A Dcommon.c379 (*sroi->blocks) += rec->rm_blockcount;
H A Dcow_repair.c212 rec_len = rec->rm_blockcount;
H A Dialloc_repair.c403 rec->rm_blockcount))
407 rec->rm_blockcount);
422 rec->rm_blockcount);
427 rec->rm_startblock, rec->rm_blockcount, rec->rm_owner,
435 cluster_base < rec->rm_blockcount;
H A Dinode_repair.c660 ri->attr_blocks += rec->rm_blockcount;
667 ri->data_blocks += rec->rm_blockcount;
H A Drcbag.c102 bagrec.rbg_blockcount = rmap->rm_blockcount;
H A Drcbag_btree.c324 rec->rbg_blockcount = rmap->rm_blockcount;
H A Drefcount.c123 rm_last = rec->rm_startblock + rec->rm_blockcount - 1;
207 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount;
226 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount;
239 bno = frag->rm.rm_startblock + frag->rm.rm_blockcount;
370 *next_bno = rec->rm_startblock + rec->rm_blockcount;
H A Drefcount_repair.c272 rmap->rm_blockcount);
277 rr->btblocks += rmap->rm_blockcount;
280 rmap->rm_blockcount);
H A Drepair.c638 for (b = 0; b < rec->rm_blockcount; b++) {
H A Drmap.c102 irec->rm_blockcount, &fbno, &flen, false);
116 xfs_extlen_t len = irec->rm_blockcount;
128 irec->rm_blockcount);
213 if (cr->overlap_rec.rm_blockcount == 0)
217 pnext = cr->overlap_rec.rm_startblock + cr->overlap_rec.rm_blockcount;
227 inext = irec->rm_startblock + irec->rm_blockcount;
244 if (cr->prev_rec.rm_blockcount == 0)
249 if (r1->rm_startblock + r1->rm_blockcount != r2->rm_startblock)
251 if ((unsigned long long)r1->rm_blockcount + r2->rm_blockcount >
[all...]
H A Drmap_repair.c198 rec->rm_blockcount, &outcome);
219 .rm_blockcount = blockcount,
324 if (rf->accum.rm_blockcount == 0)
328 rf->accum.rm_blockcount, rf->accum.rm_owner,
357 if (accum->rm_blockcount > 0 &&
358 rec->br_startoff == accum->rm_offset + accum->rm_blockcount &&
359 agbno == accum->rm_startblock + accum->rm_blockcount &&
361 accum->rm_blockcount += rec->br_blockcount;
371 accum->rm_blockcount = rec->br_blockcount;
1448 rec->rm_startblock + rec->rm_blockcount);
[all...]
H A Dtrace.h1743 __entry->len = rec->rm_blockcount;
/linux-master/fs/xfs/
H A Dxfs_fsmap.c168 * Low rmap key for the query. If low.rm_blockcount is nonzero, this
225 rec->rm_blockcount, &fbno, &flen, false);
257 if (info->low.rm_blockcount)
265 * length could be larger than rm_blockcount in struct xfs_rmap_irec.
284 len_daddr = XFS_FSB_TO_BB(mp, rec->rm_blockcount);
407 irec.rm_blockcount = rec->ar_blockcount;
462 rmap.rm_blockcount = mp->m_sb.sb_logblocks;
468 len_daddr = XFS_FSB_TO_BB(mp, rmap.rm_blockcount);
492 irec.rm_blockcount = rtbno;
615 info->low.rm_blockcount
[all...]
H A Dxfs_notify_failure.c61 end_rec = rec->rm_startblock + rec->rm_blockcount;
H A Dxfs_trace.h3769 __entry->len = rmap->rm_blockcount;

Completed in 496 milliseconds