Lines Matching refs:refc
110 start = be32_to_cpu(rec->refc.rc_startblock); in xfs_refcount_btrec_to_irec()
119 irec->rc_blockcount = be32_to_cpu(rec->refc.rc_blockcount); in xfs_refcount_btrec_to_irec()
120 irec->rc_refcount = be32_to_cpu(rec->refc.rc_refcount); in xfs_refcount_btrec_to_irec()
186 rec.refc.rc_startblock = cpu_to_be32(start); in xfs_refcount_update()
187 rec.refc.rc_blockcount = cpu_to_be32(irec->rc_blockcount); in xfs_refcount_update()
188 rec.refc.rc_refcount = cpu_to_be32(irec->rc_refcount); in xfs_refcount_update()
925 cur->bc_ag.refc.shape_changes); in xfs_refcount_still_have_space()
933 if (cur->bc_ag.refc.nr_ops > 2 && in xfs_refcount_still_have_space()
938 if (cur->bc_ag.refc.nr_ops == 0) in xfs_refcount_still_have_space()
943 cur->bc_ag.refc.nr_ops * XFS_REFCOUNT_ITEM_OVERHEAD; in xfs_refcount_still_have_space()
1003 cur->bc_ag.refc.nr_ops++; in xfs_refcount_adjust_extents()
1059 cur->bc_ag.refc.nr_ops++; in xfs_refcount_adjust_extents()
1148 cur->bc_ag.refc.shape_changes++; in xfs_refcount_adjust()
1251 nr_ops = rcur->bc_ag.refc.nr_ops; in xfs_refcount_finish_one()
1252 shape_changes = rcur->bc_ag.refc.shape_changes; in xfs_refcount_finish_one()
1264 rcur->bc_ag.refc.nr_ops = nr_ops; in xfs_refcount_finish_one()
1265 rcur->bc_ag.refc.shape_changes = shape_changes; in xfs_refcount_finish_one()
1767 be32_to_cpu(rec->refc.rc_refcount) != 1)) in xfs_refcount_recover_extent()