Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_refcount.c120 irec->rc_refcount = be32_to_cpu(rec->refc.rc_refcount); in xfs_refcount_btrec_to_irec()
152 if (irec->rc_refcount == 0 || irec->rc_refcount > MAXREFCOUNT) in xfs_refcount_get_rec()
164 irec->rc_startblock, irec->rc_blockcount, irec->rc_refcount); in xfs_refcount_get_rec()
188 rec.refc.rc_refcount = cpu_to_be32(irec->rc_refcount); in xfs_refcount_update()
214 cur->bc_rec.rc.rc_refcount = irec->rc_refcount; in xfs_refcount_insert()
465 if (center->rc_refcount > 1) { in xfs_refcount_merge_center_extents()
519 if (cleft->rc_refcount > 1) { in xfs_refcount_merge_left_extent()
585 if (cright->rc_refcount > 1) { in xfs_refcount_merge_right_extent()
698 cleft->rc_refcount = 1; in xfs_refcount_find_left_extents()
709 cleft->rc_refcount = 1; in xfs_refcount_find_left_extents()
[all …]
Dxfs_refcount.h63 if (irec->rc_domain == XFS_REFC_DOMAIN_COW && irec->rc_refcount != 1) in xfs_refcount_check_domain()
65 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.c171 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-6.1.9/fs/xfs/scrub/
Drefcount.c278 .refcount = irec->rc_refcount, in xchk_refcountbt_xref_rmap()
303 if (irec->rc_refcount != refchk.seen) in xchk_refcountbt_xref_rmap()
351 if (irec.rc_refcount == 0) in xchk_refcountbt_rec()
Dtrace.h752 __entry->refcount = irec->rc_refcount;
/linux-6.1.9/fs/xfs/
Dxfs_trace.h2942 __entry->refcount = irec->rc_refcount;
2979 __entry->refcount = irec->rc_refcount;
3021 __entry->i1_refcount = i1->rc_refcount;
3025 __entry->i2_refcount = i2->rc_refcount;
3072 __entry->i1_refcount = i1->rc_refcount;
3076 __entry->i2_refcount = i2->rc_refcount;
3129 __entry->i1_refcount = i1->rc_refcount;
3133 __entry->i2_refcount = i2->rc_refcount;
3137 __entry->i3_refcount = i3->rc_refcount;