Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/libxfs/
Dxfs_refcount.c120 irec->rc_refcount = be32_to_cpu(rec->refc.rc_refcount); in xfs_refcount_btrec_to_irec()
141 if (irec->rc_refcount == 0 || irec->rc_refcount > MAXREFCOUNT) in xfs_refcount_check_irec()
160 irec->rc_startblock, irec->rc_blockcount, irec->rc_refcount); in xfs_refcount_complain_bad_rec()
210 rec.refc.rc_refcount = cpu_to_be32(irec->rc_refcount); in xfs_refcount_update()
236 cur->bc_rec.rc.rc_refcount = irec->rc_refcount; in xfs_refcount_insert()
487 if (center->rc_refcount > 1) { in xfs_refcount_merge_center_extents()
541 if (cleft->rc_refcount > 1) { in xfs_refcount_merge_left_extent()
607 if (cright->rc_refcount > 1) { in xfs_refcount_merge_right_extent()
720 cleft->rc_refcount = 1; in xfs_refcount_find_left_extents()
731 cleft->rc_refcount = 1; in xfs_refcount_find_left_extents()
[all …]
Dxfs_refcount.h64 if (irec->rc_domain == XFS_REFC_DOMAIN_COW && irec->rc_refcount != 1) in xfs_refcount_check_domain()
66 if (irec->rc_domain == XFS_REFC_DOMAIN_SHARED && irec->rc_refcount < 2) in xfs_refcount_check_domain()
Dxfs_types.h181 xfs_nlink_t rc_refcount; /* number of inodes linked here */ member
Dxfs_refcount_btree.c166 rec->refc.rc_refcount = cpu_to_be32(cur->bc_rec.rc.rc_refcount); in xfs_refcountbt_init_rec_from_cur()
Dxfs_format.h1622 __be32 rc_refcount; /* number of inodes linked here */ member
/Linux-v6.6/fs/xfs/scrub/
Drefcount.c281 .refcount = irec->rc_refcount, in xchk_refcountbt_xref_rmap()
306 if (irec->rc_refcount != refchk.seen) { in xchk_refcountbt_xref_rmap()
409 if (r1->rc_refcount != r2->rc_refcount) in xchk_refcount_mergeable()
Dtrace.h768 __entry->refcount = irec->rc_refcount;
1195 __entry->refcount = irec->rc_refcount;
/Linux-v6.6/fs/xfs/
Dxfs_trace.h2984 __entry->refcount = irec->rc_refcount;
3021 __entry->refcount = irec->rc_refcount;
3063 __entry->i1_refcount = i1->rc_refcount;
3067 __entry->i2_refcount = i2->rc_refcount;
3114 __entry->i1_refcount = i1->rc_refcount;
3118 __entry->i2_refcount = i2->rc_refcount;
3171 __entry->i1_refcount = i1->rc_refcount;
3175 __entry->i2_refcount = i2->rc_refcount;
3179 __entry->i3_refcount = i3->rc_refcount;