• Home
  • Raw
  • Download

Lines Matching refs:refc

96 	irec->rc_startblock = be32_to_cpu(rec->refc.rc_startblock);  in xfs_refcount_btrec_to_irec()
97 irec->rc_blockcount = be32_to_cpu(rec->refc.rc_blockcount); in xfs_refcount_btrec_to_irec()
98 irec->rc_refcount = be32_to_cpu(rec->refc.rc_refcount); in xfs_refcount_btrec_to_irec()
173 rec.refc.rc_startblock = cpu_to_be32(irec->rc_startblock); in xfs_refcount_update()
174 rec.refc.rc_blockcount = cpu_to_be32(irec->rc_blockcount); in xfs_refcount_update()
175 rec.refc.rc_refcount = cpu_to_be32(irec->rc_refcount); in xfs_refcount_update()
836 overhead = cur->bc_private.a.priv.refc.shape_changes * in xfs_refcount_still_have_space()
844 if (cur->bc_private.a.priv.refc.nr_ops > 2 && in xfs_refcount_still_have_space()
849 if (cur->bc_private.a.priv.refc.nr_ops == 0) in xfs_refcount_still_have_space()
854 cur->bc_private.a.priv.refc.nr_ops * XFS_REFCOUNT_ITEM_OVERHEAD; in xfs_refcount_still_have_space()
918 cur->bc_private.a.priv.refc.nr_ops++; in xfs_refcount_adjust_extents()
953 cur->bc_private.a.priv.refc.nr_ops++; in xfs_refcount_adjust_extents()
960 cur->bc_private.a.priv.refc.nr_ops++; in xfs_refcount_adjust_extents()
1036 cur->bc_private.a.priv.refc.shape_changes++; in xfs_refcount_adjust()
1114 nr_ops = rcur->bc_private.a.priv.refc.nr_ops; in xfs_refcount_finish_one()
1115 shape_changes = rcur->bc_private.a.priv.refc.shape_changes; in xfs_refcount_finish_one()
1133 rcur->bc_private.a.priv.refc.nr_ops = nr_ops; in xfs_refcount_finish_one()
1134 rcur->bc_private.a.priv.refc.shape_changes = shape_changes; in xfs_refcount_finish_one()
1594 if (be32_to_cpu(rec->refc.rc_refcount) != 1) in xfs_refcount_recover_extent()