Searched refs:rc_refcount (Results 1 – 8 of 8) sorted by relevance
120 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()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()709 cleft->rc_refcount = 1; in xfs_refcount_find_left_extents()1094 ext.rc_refcount = 0; in xfs_refcount_adjust_extents()1118 if (tmp.rc_refcount) { in xfs_refcount_adjust_extents()1170 ext.rc_refcount += adj; in xfs_refcount_adjust_extents()1670 ext.rc_refcount = 0; in xfs_refcount_adjust_cow_extents()1685 tmp.rc_refcount = 1; in xfs_refcount_adjust_cow_extents()[all …]
63 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()
181 xfs_nlink_t rc_refcount; /* number of inodes linked here */ member
171 rec->refc.rc_refcount = cpu_to_be32(cur->bc_rec.rc.rc_refcount); in xfs_refcountbt_init_rec_from_cur()
1622 __be32 rc_refcount; /* number of inodes linked here */ member
278 .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()
752 __entry->refcount = irec->rc_refcount;
2943 __entry->refcount = irec->rc_refcount;2980 __entry->refcount = irec->rc_refcount;3022 __entry->i1_refcount = i1->rc_refcount;3026 __entry->i2_refcount = i2->rc_refcount;3073 __entry->i1_refcount = i1->rc_refcount;3077 __entry->i2_refcount = i2->rc_refcount;3130 __entry->i1_refcount = i1->rc_refcount;3134 __entry->i2_refcount = i2->rc_refcount;3138 __entry->i3_refcount = i3->rc_refcount;
Completed in 23 milliseconds