Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_refcount.c122 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()
211 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()
738 cleft->rc_refcount = 1; in xfs_refcount_find_left_extents()
1122 ext.rc_refcount = 0; in xfs_refcount_adjust_extents()
1145 if (tmp.rc_refcount) { in xfs_refcount_adjust_extents()
1202 ext.rc_refcount += adj; in xfs_refcount_adjust_extents()
1672 ext.rc_refcount = 0; in xfs_refcount_adjust_cow_extents()
1688 tmp.rc_refcount = 1; in xfs_refcount_adjust_cow_extents()
[all …]
A Dxfs_refcount.h70 if (irec->rc_domain == XFS_REFC_DOMAIN_COW && irec->rc_refcount != 1) in xfs_refcount_check_domain()
72 if (irec->rc_domain == XFS_REFC_DOMAIN_SHARED && irec->rc_refcount < 2) in xfs_refcount_check_domain()
A Dxfs_types.h170 xfs_nlink_t rc_refcount; /* number of inodes linked here */ member
A Dxfs_refcount_btree.c163 rec->refc.rc_refcount = cpu_to_be32(cur->bc_rec.rc.rc_refcount); in xfs_refcountbt_init_rec_from_cur()
A Dxfs_format.h1621 __be32 rc_refcount; /* number of inodes linked here */ member
/linux/fs/xfs/scrub/
A Drefcount.c293 .refcount = irec->rc_refcount, in xchk_refcountbt_xref_rmap()
318 if (irec->rc_refcount != refchk.seen) { in xchk_refcountbt_xref_rmap()
421 if (r1->rc_refcount != r2->rc_refcount) in xchk_refcount_mergeable()
A Drefcount_repair.c186 irec.rc_refcount = min_t(uint64_t, MAXREFCOUNT, refcount); in xrep_refc_stash()
A Dtrace.h943 __entry->refcount = irec->rc_refcount;
2097 __entry->refcount = rec->rc_refcount;
/linux/fs/xfs/
A Dxfs_trace.h3248 __entry->refcount = irec->rc_refcount;
3284 __entry->refcount = irec->rc_refcount;
3326 __entry->i1_refcount = i1->rc_refcount;
3330 __entry->i2_refcount = i2->rc_refcount;
3376 __entry->i1_refcount = i1->rc_refcount;
3380 __entry->i2_refcount = i2->rc_refcount;
3431 __entry->i1_refcount = i1->rc_refcount;
3435 __entry->i2_refcount = i2->rc_refcount;
3439 __entry->i3_refcount = i3->rc_refcount;

Completed in 29 milliseconds