Lines Matching refs:refc
98 irec->rc_startblock = be32_to_cpu(rec->refc.rc_startblock); in xfs_refcount_btrec_to_irec()
99 irec->rc_blockcount = be32_to_cpu(rec->refc.rc_blockcount); in xfs_refcount_btrec_to_irec()
100 irec->rc_refcount = be32_to_cpu(rec->refc.rc_refcount); in xfs_refcount_btrec_to_irec()
175 rec.refc.rc_startblock = cpu_to_be32(irec->rc_startblock); in xfs_refcount_update()
176 rec.refc.rc_blockcount = cpu_to_be32(irec->rc_blockcount); in xfs_refcount_update()
177 rec.refc.rc_refcount = cpu_to_be32(irec->rc_refcount); in xfs_refcount_update()
838 overhead = cur->bc_private.a.priv.refc.shape_changes * in xfs_refcount_still_have_space()
846 if (cur->bc_private.a.priv.refc.nr_ops > 2 && in xfs_refcount_still_have_space()
851 if (cur->bc_private.a.priv.refc.nr_ops == 0) in xfs_refcount_still_have_space()
856 cur->bc_private.a.priv.refc.nr_ops * XFS_REFCOUNT_ITEM_OVERHEAD; in xfs_refcount_still_have_space()
920 cur->bc_private.a.priv.refc.nr_ops++; in xfs_refcount_adjust_extents()
955 cur->bc_private.a.priv.refc.nr_ops++; in xfs_refcount_adjust_extents()
962 cur->bc_private.a.priv.refc.nr_ops++; in xfs_refcount_adjust_extents()
1038 cur->bc_private.a.priv.refc.shape_changes++; in xfs_refcount_adjust()
1116 nr_ops = rcur->bc_private.a.priv.refc.nr_ops; in xfs_refcount_finish_one()
1117 shape_changes = rcur->bc_private.a.priv.refc.shape_changes; in xfs_refcount_finish_one()
1135 rcur->bc_private.a.priv.refc.nr_ops = nr_ops; in xfs_refcount_finish_one()
1136 rcur->bc_private.a.priv.refc.shape_changes = shape_changes; in xfs_refcount_finish_one()
1604 if (be32_to_cpu(rec->refc.rc_refcount) != 1) in xfs_refcount_recover_extent()