Searched refs:rc_refcount (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount.c121 irec->rc_refcount = be32_to_cpu(rec->refc.rc_refcount);
140 if (irec->rc_refcount == 0 || irec->rc_refcount > MAXREFCOUNT)
159 irec->rc_startblock, irec->rc_blockcount, irec->rc_refcount);
210 rec.refc.rc_refcount = cpu_to_be32(irec->rc_refcount);
236 cur->bc_rec.rc.rc_refcount = irec->rc_refcount;
494 if (center->rc_refcount >
[all...]
H A Dxfs_refcount.h64 if (irec->rc_domain == XFS_REFC_DOMAIN_COW && irec->rc_refcount != 1)
66 if (irec->rc_domain == XFS_REFC_DOMAIN_SHARED && irec->rc_refcount < 2)
H A Dxfs_types.h170 xfs_nlink_t rc_refcount; /* number of inodes linked here */ member in struct:xfs_refcount_irec
H A Dxfs_refcount_btree.c163 rec->refc.rc_refcount = cpu_to_be32(cur->bc_rec.rc.rc_refcount);
H A Dxfs_format.h1589 * count (rc_refcount). Extents that are being used to stage a copy on
1612 __be32 rc_refcount; /* number of inodes linked here */ member in struct:xfs_refcount_rec
/linux-master/fs/xfs/scrub/
H A Drefcount.c181 * There are (refchk->rc.rc_refcount - refchk->nr refcount)
293 .refcount = irec->rc_refcount,
318 if (irec->rc_refcount != refchk.seen) {
421 if (r1->rc_refcount != r2->rc_refcount)
H A Drefcount_repair.c186 irec.rc_refcount = min_t(uint64_t, MAXREFCOUNT, refcount);
425 * MAXREFCOUNT, we clamp rc_refcount.
H A Dtrace.h857 __entry->refcount = irec->rc_refcount;
1683 __entry->refcount = rec->rc_refcount;
/linux-master/fs/xfs/
H A Dxfs_trace.h3126 __entry->refcount = irec->rc_refcount;
3163 __entry->refcount = irec->rc_refcount;
3205 __entry->i1_refcount = i1->rc_refcount;
3209 __entry->i2_refcount = i2->rc_refcount;
3256 __entry->i1_refcount = i1->rc_refcount;
3260 __entry->i2_refcount = i2->rc_refcount;
3313 __entry->i1_refcount = i1->rc_refcount;
3317 __entry->i2_refcount = i2->rc_refcount;
3321 __entry->i3_refcount = i3->rc_refcount;

Completed in 189 milliseconds