Searched refs:rc_refcount (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_refcount.c | 125 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() 200 irec->rc_startblock, irec->rc_blockcount, irec->rc_refcount); in xfs_refcount_complain_bad_rec() 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() 529 if (center->rc_refcount > 1) { in xfs_refcount_merge_center_extents() 583 if (cleft->rc_refcount > 1) { in xfs_refcount_merge_left_extent() 650 if (cright->rc_refcount > 1) { in xfs_refcount_merge_right_extent() 767 cleft->rc_refcount = 1; in xfs_refcount_find_left_extents() [all …]
|
| H A D | xfs_refcount.h | 72 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()
|
| H A D | xfs_types.h | 174 xfs_nlink_t rc_refcount; /* number of inodes linked here */ member
|
| H A D | xfs_format.h | 1783 * count (rc_refcount). Extents that are being used to stage a copy on 1806 __be32 rc_refcount; /* number of inodes linked here */ 1800 __be32 rc_refcount; /* number of inodes linked here */ global() member
|
| /linux/fs/xfs/scrub/ |
| H A D | refcount.c | 292 .refcount = irec->rc_refcount, in xchk_refcountbt_xref_rmap() 317 if (irec->rc_refcount != refchk.seen) { in xchk_refcountbt_xref_rmap() 420 if (r1->rc_refcount != r2->rc_refcount) in xchk_refcount_mergeable()
|
| H A D | rtrefcount.c | 194 * There are (refchk->rc.rc_refcount - refchk->nr refcount) in xchk_rtrefcountbt_process_rmap_fragments() 306 .refcount = irec->rc_refcount, in xchk_rtrefcountbt_xref_rmap() 331 if (irec->rc_refcount != refchk.seen) in xchk_rtrefcountbt_xref_rmap() 383 if (r1->rc_refcount != r2->rc_refcount) in xchk_rtrefcount_mergeable()
|
| H A D | rtrefcount_repair.c | 169 .rc_refcount = refcount, in xrep_rtrefc_stash() 177 irec.rc_refcount = min_t(uint64_t, XFS_REFC_REFCOUNT_MAX, refcount); in xrep_rtrefc_stash() 461 * XFS_REFC_REFCOUNT_MAX, we clamp rc_refcount. in xrep_rtrefc_find_refcounts()
|
| H A D | refcount_repair.c | 180 irec.rc_refcount = min_t(uint64_t, XFS_REFC_REFCOUNT_MAX, refcount); in xrep_refc_stash()
|
| H A D | trace.h | 956 __entry->refcount = irec->rc_refcount; 2183 __entry->refcount = rec->rc_refcount;
|
| /linux/fs/xfs/ |
| H A D | xfs_trace.h | 3657 __entry->refcount = irec->rc_refcount; 3696 __entry->refcount = irec->rc_refcount; 3741 __entry->i1_refcount = i1->rc_refcount; 3745 __entry->i2_refcount = i2->rc_refcount; 3794 __entry->i1_refcount = i1->rc_refcount; 3798 __entry->i2_refcount = i2->rc_refcount; 3852 __entry->i1_refcount = i1->rc_refcount; 3856 __entry->i2_refcount = i2->rc_refcount; 3860 __entry->i3_refcount = i3->rc_refcount;
|