Searched refs:rc_blockcount (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount.c58 cur->bc_rec.rc.rc_blockcount = 0;
78 cur->bc_rec.rc.rc_blockcount = 0;
98 cur->bc_rec.rc.rc_blockcount = 0;
120 irec->rc_blockcount = be32_to_cpu(rec->refc.rc_blockcount);
130 if (irec->rc_blockcount == 0 || irec->rc_blockcount > MAXREFCEXTLEN)
137 if (!xfs_verify_agbext(pag, irec->rc_startblock, irec->rc_blockcount))
159 irec->rc_startblock, irec->rc_blockcount, irec->rc_refcount);
209 rec.refc.rc_blockcount
[all...]
H A Dxfs_refcount_btree.c147 x += be32_to_cpu(rec->refc.rc_blockcount) - 1;
162 rec->refc.rc_blockcount = cpu_to_be32(cur->bc_rec.rc.rc_blockcount);
304 be32_to_cpu(r1->refc.rc_blockcount) <=
H A Dxfs_types.h169 xfs_extlen_t rc_blockcount; /* count of free blocks */ member in struct:xfs_refcount_irec
H A Dxfs_format.h1588 * rc_startblock and ending rc_blockcount blocks later) with a reference
1611 __be32 rc_blockcount; /* count of blocks */ member in struct:xfs_refcount_rec
/linux-master/fs/xfs/scrub/
H A Drefcount.c292 .len = irec->rc_blockcount,
309 high.rm_startblock = irec->rc_startblock + irec->rc_blockcount - 1;
339 xchk_xref_is_used_space(sc, irec->rc_startblock, irec->rc_blockcount);
341 irec->rc_blockcount);
414 if (r1->rc_blockcount > 0)
419 if (r1->rc_startblock + r1->rc_blockcount != r2->rc_startblock)
423 if ((unsigned long long)r1->rc_blockcount + r2->rc_blockcount >
462 rrc->cow_blocks += irec.rc_blockcount;
481 irec.rc_blockcount;
[all...]
H A Dcow_repair.c119 dst->rc_blockcount -= adj;
123 if (dst->rc_startblock + dst->rc_blockcount >
125 adj = (dst->rc_startblock + dst->rc_blockcount) -
127 dst->rc_blockcount -= adj;
150 return xrep_cow_mark_file_range(xc, fsbno, rrec.rc_blockcount);
188 xc->next_bno = rrec.rc_startblock + rrec.rc_blockcount;
H A Drefcount_repair.c149 rec->rc_blockcount, &outcome);
157 rec->rc_startblock, rec->rc_blockcount, &outcome);
177 .rc_blockcount = len,
361 next_agbno = irec.rc_startblock + irec.rc_blockcount;
H A Drmap_repair.c752 return xagb_bitmap_set(bitmap, irec->rc_startblock, irec->rc_blockcount);
H A Dtrace.h856 __entry->blockcount = irec->rc_blockcount;
1682 __entry->blockcount = rec->rc_blockcount;
/linux-master/fs/xfs/
H A Dxfs_trace.h3125 __entry->blockcount = irec->rc_blockcount;
3162 __entry->blockcount = irec->rc_blockcount;
3204 __entry->i1_blockcount = i1->rc_blockcount;
3208 __entry->i2_blockcount = i2->rc_blockcount;
3255 __entry->i1_blockcount = i1->rc_blockcount;
3259 __entry->i2_blockcount = i2->rc_blockcount;
3312 __entry->i1_blockcount = i1->rc_blockcount;
3316 __entry->i2_blockcount = i2->rc_blockcount;
3320 __entry->i3_blockcount = i3->rc_blockcount;

Completed in 280 milliseconds