Searched refs:rc_refcount (Results 1 – 9 of 9) sorted by relevance
125 irec->rc_refcount = be32_to_cpu(rec->refc.rc_refcount); in xfs_refcount_btrec_to_irec()144 if (irec->rc_refcount == 0 || irec->rc_refcount > XFS_REFC_REFCOUNT_MAX) in xfs_refcount_check_irec()165 if (irec->rc_refcount == 0 || irec->rc_refcount > XFS_REFC_REFCOUNT_MAX) in xfs_rtrefcount_check_irec()200 irec->rc_startblock, irec->rc_blockcount, irec->rc_refcount); in xfs_refcount_complain_bad_rec()251 rec.refc.rc_refcount = cpu_to_be32(irec->rc_refcount); in xfs_refcount_update()276 cur->bc_rec.rc.rc_refcount = irec->rc_refcount; in xfs_refcount_insert()529 if (center->rc_refcount > 1) { in xfs_refcount_merge_center_extents()583 if (cleft->rc_refcount > 1) { in xfs_refcount_merge_left_extent()650 if (cright->rc_refcount > 1) { in xfs_refcount_merge_right_extent()767 cleft->rc_refcount = 1; in xfs_refcount_find_left_extents()[all …]
72 if (irec->rc_domain == XFS_REFC_DOMAIN_COW && irec->rc_refcount != 1) in xfs_refcount_check_domain()74 if (irec->rc_domain == XFS_REFC_DOMAIN_SHARED && irec->rc_refcount < 2) in xfs_refcount_check_domain()
174 xfs_nlink_t rc_refcount; /* number of inodes linked here */ member
1800 __be32 rc_refcount; /* number of inodes linked here */ member
292 .refcount = irec->rc_refcount, in xchk_refcountbt_xref_rmap()317 if (irec->rc_refcount != refchk.seen) { in xchk_refcountbt_xref_rmap()420 if (r1->rc_refcount != r2->rc_refcount) in xchk_refcount_mergeable()
306 .refcount = irec->rc_refcount, in xchk_rtrefcountbt_xref_rmap()331 if (irec->rc_refcount != refchk.seen) in xchk_rtrefcountbt_xref_rmap()383 if (r1->rc_refcount != r2->rc_refcount) in xchk_rtrefcount_mergeable()
169 .rc_refcount = refcount, in xrep_rtrefc_stash()177 irec.rc_refcount = min_t(uint64_t, XFS_REFC_REFCOUNT_MAX, refcount); in xrep_rtrefc_stash()
180 irec.rc_refcount = min_t(uint64_t, XFS_REFC_REFCOUNT_MAX, refcount); in xrep_refc_stash()
956 __entry->refcount = irec->rc_refcount;2191 __entry->refcount = rec->rc_refcount;