Searched refs:shape_changes (Results 1 – 3 of 3) sorted by relevance
1067 cur->bc_refc.shape_changes); in xfs_refcount_still_have_space()1255 int shape_changes = 0; in xfs_refcount_adjust() local1271 shape_changes++; in xfs_refcount_adjust()1278 shape_changes++; in xfs_refcount_adjust()1288 shape_changes++; in xfs_refcount_adjust()1289 if (shape_changes) in xfs_refcount_adjust()1290 cur->bc_refc.shape_changes++; in xfs_refcount_adjust()1350 int shape_changes = 0; in xfs_refcount_finish_one() local1365 shape_changes = rcur->bc_refc.shape_changes; in xfs_refcount_finish_one()1379 rcur->bc_refc.shape_changes = shape_changes; in xfs_refcount_finish_one()
371 cur->bc_refc.shape_changes = 0; in xfs_refcountbt_init_cursor()
284 unsigned int shape_changes; /* # of extent splits */ member