Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A 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 …]
H A 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()
H A Dxfs_types.h182 xfs_nlink_t rc_refcount; /* number of inodes linked here */ member
H A Dxfs_refcount_btree.c166 rec->refc.rc_refcount = cpu_to_be32(cur->bc_rec.rc.rc_refcount); in xfs_refcountbt_init_rec_from_cur()
H A Dxfs_format.h1622 __be32 rc_refcount; /* number of inodes linked here */ member
/openbmc/linux/fs/xfs/scrub/
H A 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()
H A Dtrace.h768 __entry->refcount = irec->rc_refcount;
1194 __entry->refcount = irec->rc_refcount;
/openbmc/linux/fs/xfs/
H A Dxfs_trace.h2979 __entry->refcount = irec->rc_refcount;
3016 __entry->refcount = irec->rc_refcount;
3058 __entry->i1_refcount = i1->rc_refcount;
3062 __entry->i2_refcount = i2->rc_refcount;
3109 __entry->i1_refcount = i1->rc_refcount;
3113 __entry->i2_refcount = i2->rc_refcount;
3166 __entry->i1_refcount = i1->rc_refcount;
3170 __entry->i2_refcount = i2->rc_refcount;
3174 __entry->i3_refcount = i3->rc_refcount;