Searched refs:shape_changes (Results 1 – 2 of 2) sorted by relevance
1107 cur->bc_refc.shape_changes); in xfs_refcount_still_have_space()1299 int shape_changes = 0; in xfs_refcount_adjust() local1315 shape_changes++; in xfs_refcount_adjust()1322 shape_changes++; in xfs_refcount_adjust()1332 shape_changes++; in xfs_refcount_adjust()1333 if (shape_changes) in xfs_refcount_adjust()1334 cur->bc_refc.shape_changes++; in xfs_refcount_adjust()1394 int shape_changes = 0; in xfs_refcount_finish_one() local1409 shape_changes = rcur->bc_refc.shape_changes; in xfs_refcount_finish_one()1424 rcur->bc_refc.shape_changes = shape_changes; in xfs_refcount_finish_one()[all …]
302 unsigned int shape_changes; /* # of extent splits */ member