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()
208 rec.refc.rc_startblock = cpu_to_be32(start); in xfs_refcount_update()
209 rec.refc.rc_blockcount = cpu_to_be32(irec->rc_blockcount); in xfs_refcount_update()
210 rec.refc.rc_refcount = cpu_to_be32(irec->rc_refcount); in xfs_refcount_update()
1061 cur->bc_ag.refc.shape_changes); in xfs_refcount_still_have_space()
1069 if (cur->bc_ag.refc.nr_ops > 2 && in xfs_refcount_still_have_space()
1074 if (cur->bc_ag.refc.nr_ops == 0) in xfs_refcount_still_have_space()
1079 cur->bc_ag.refc.nr_ops * XFS_REFCOUNT_ITEM_OVERHEAD; in xfs_refcount_still_have_space()
1139 cur->bc_ag.refc.nr_ops++; in xfs_refcount_adjust_extents()
1198 cur->bc_ag.refc.nr_ops++; in xfs_refcount_adjust_extents()
1286 cur->bc_ag.refc.shape_changes++; in xfs_refcount_adjust()
1379 nr_ops = rcur->bc_ag.refc.nr_ops; in xfs_refcount_finish_one()
1380 shape_changes = rcur->bc_ag.refc.shape_changes; in xfs_refcount_finish_one()
1392 rcur->bc_ag.refc.nr_ops = nr_ops; in xfs_refcount_finish_one()
1393 rcur->bc_ag.refc.shape_changes = shape_changes; in xfs_refcount_finish_one()
1894 be32_to_cpu(rec->refc.rc_refcount) != 1)) in xfs_refcount_recover_extent()