Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_refcount.c99 irec->rc_refcount = be32_to_cpu(rec->refc.rc_refcount); in xfs_refcount_btrec_to_irec()
130 if (irec->rc_refcount != 1) in xfs_refcount_get_rec()
133 } else if (irec->rc_refcount < 2) { in xfs_refcount_get_rec()
145 if (irec->rc_refcount == 0 || irec->rc_refcount > MAXREFCOUNT) in xfs_refcount_get_rec()
156 irec->rc_startblock, irec->rc_blockcount, irec->rc_refcount); in xfs_refcount_get_rec()
176 rec.refc.rc_refcount = cpu_to_be32(irec->rc_refcount); in xfs_refcount_update()
200 cur->bc_rec.rc.rc_refcount = irec->rc_refcount; in xfs_refcount_insert()
442 if (center->rc_refcount > 1) { in xfs_refcount_merge_center_extents()
494 if (cleft->rc_refcount > 1) { in xfs_refcount_merge_left_extent()
558 if (cright->rc_refcount > 1) { in xfs_refcount_merge_right_extent()
[all …]
Dxfs_refcount_btree.c163 rec->refc.rc_refcount = cpu_to_be32(cur->bc_rec.rc.rc_refcount); in xfs_refcountbt_init_rec_from_cur()
Dxfs_format.h1547 __be32 rc_refcount; /* number of inodes linked here */ member
1557 xfs_nlink_t rc_refcount; /* number of inodes linked here */ member
/Linux-v5.15/fs/xfs/scrub/
Drefcount.c345 refcount = be32_to_cpu(rec->refc.rc_refcount); in xchk_refcountbt_rec()
455 if (!has_cowflag || rc.rc_refcount != 1) in xchk_xref_is_cow_staging()
Dtrace.h752 __entry->refcount = irec->rc_refcount;
/Linux-v5.15/fs/xfs/
Dxfs_trace.h2946 __entry->refcount = irec->rc_refcount;
2980 __entry->refcount = irec->rc_refcount;
3018 __entry->i1_refcount = i1->rc_refcount;
3021 __entry->i2_refcount = i2->rc_refcount;
3063 __entry->i1_refcount = i1->rc_refcount;
3066 __entry->i2_refcount = i2->rc_refcount;
3113 __entry->i1_refcount = i1->rc_refcount;
3116 __entry->i2_refcount = i2->rc_refcount;
3119 __entry->i3_refcount = i3->rc_refcount;