Home
last modified time | relevance | path

Searched refs:rc_refcount (Results 1 – 12 of 12) sorted by relevance

/fs/xfs/libxfs/
A Dxfs_refcount.c125 irec->rc_refcount = be32_to_cpu(rec->refc.rc_refcount); in xfs_refcount_btrec_to_irec()
144 if (irec->rc_refcount == 0 || irec->rc_refcount > XFS_REFC_REFCOUNT_MAX) in xfs_refcount_check_irec()
165 if (irec->rc_refcount == 0 || irec->rc_refcount > XFS_REFC_REFCOUNT_MAX) in xfs_rtrefcount_check_irec()
251 rec.refc.rc_refcount = cpu_to_be32(irec->rc_refcount); in xfs_refcount_update()
276 cur->bc_rec.rc.rc_refcount = irec->rc_refcount; in xfs_refcount_insert()
778 cleft->rc_refcount = 1; in xfs_refcount_find_left_extents()
1177 ext.rc_refcount = 0; in xfs_refcount_adjust_extents()
1200 if (tmp.rc_refcount) { in xfs_refcount_adjust_extents()
1831 ext.rc_refcount = 0; in xfs_refcount_adjust_cow_extents()
1847 tmp.rc_refcount = 1; in xfs_refcount_adjust_cow_extents()
[all …]
A Dxfs_refcount.h72 if (irec->rc_domain == XFS_REFC_DOMAIN_COW && irec->rc_refcount != 1) in xfs_refcount_check_domain()
74 if (irec->rc_domain == XFS_REFC_DOMAIN_SHARED && irec->rc_refcount < 2) in xfs_refcount_check_domain()
A Dxfs_refcount_btree.c162 rec->refc.rc_refcount = cpu_to_be32(cur->bc_rec.rc.rc_refcount); in xfs_refcountbt_init_rec_from_cur()
A Dxfs_types.h174 xfs_nlink_t rc_refcount; /* number of inodes linked here */ member
A Dxfs_rtrefcount_btree.c148 rec->refc.rc_refcount = cpu_to_be32(cur->bc_rec.rc.rc_refcount); in xfs_rtrefcountbt_init_rec_from_cur()
A Dxfs_format.h1800 __be32 rc_refcount; /* number of inodes linked here */ member
/fs/xfs/scrub/
A Drefcount.c293 .refcount = irec->rc_refcount, in xchk_refcountbt_xref_rmap()
318 if (irec->rc_refcount != refchk.seen) { in xchk_refcountbt_xref_rmap()
421 if (r1->rc_refcount != r2->rc_refcount) in xchk_refcount_mergeable()
A Drtrefcount.c307 .refcount = irec->rc_refcount, in xchk_rtrefcountbt_xref_rmap()
332 if (irec->rc_refcount != refchk.seen) in xchk_rtrefcountbt_xref_rmap()
384 if (r1->rc_refcount != r2->rc_refcount) in xchk_rtrefcount_mergeable()
A Drtrefcount_repair.c175 .rc_refcount = refcount, in xrep_rtrefc_stash()
183 irec.rc_refcount = min_t(uint64_t, XFS_REFC_REFCOUNT_MAX, refcount); in xrep_rtrefc_stash()
A Drefcount_repair.c186 irec.rc_refcount = min_t(uint64_t, XFS_REFC_REFCOUNT_MAX, refcount); in xrep_refc_stash()
A Dtrace.h956 __entry->refcount = irec->rc_refcount;
2146 __entry->refcount = rec->rc_refcount;
/fs/xfs/
A Dxfs_trace.h3625 __entry->refcount = irec->rc_refcount;
3664 __entry->refcount = irec->rc_refcount;
3709 __entry->i1_refcount = i1->rc_refcount;
3713 __entry->i2_refcount = i2->rc_refcount;
3762 __entry->i1_refcount = i1->rc_refcount;
3766 __entry->i2_refcount = i2->rc_refcount;
3820 __entry->i1_refcount = i1->rc_refcount;
3824 __entry->i2_refcount = i2->rc_refcount;
3828 __entry->i3_refcount = i3->rc_refcount;

Completed in 715 milliseconds