Lines Matching refs:priv
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()
1589 void *priv) in xfs_refcount_recover_extent() argument
1591 struct list_head *debris = priv; in xfs_refcount_recover_extent()