Lines Matching refs:bc_refc
1067 cur->bc_refc.shape_changes); in xfs_refcount_still_have_space()
1075 if (cur->bc_refc.nr_ops > 2 && in xfs_refcount_still_have_space()
1080 if (cur->bc_refc.nr_ops == 0) in xfs_refcount_still_have_space()
1085 cur->bc_refc.nr_ops * XFS_REFCOUNT_ITEM_OVERHEAD; in xfs_refcount_still_have_space()
1144 cur->bc_refc.nr_ops++; in xfs_refcount_adjust_extents()
1204 cur->bc_refc.nr_ops++; in xfs_refcount_adjust_extents()
1290 cur->bc_refc.shape_changes++; in xfs_refcount_adjust()
1364 nr_ops = rcur->bc_refc.nr_ops; in xfs_refcount_finish_one()
1365 shape_changes = rcur->bc_refc.shape_changes; in xfs_refcount_finish_one()
1378 rcur->bc_refc.nr_ops = nr_ops; in xfs_refcount_finish_one()
1379 rcur->bc_refc.shape_changes = shape_changes; in xfs_refcount_finish_one()