Home
last modified time | relevance | path

Searched refs:shape_changes (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/xfs/libxfs/
Dxfs_refcount.c1061 cur->bc_ag.refc.shape_changes); in xfs_refcount_still_have_space()
1249 int shape_changes = 0; in xfs_refcount_adjust() local
1267 shape_changes++; in xfs_refcount_adjust()
1274 shape_changes++; in xfs_refcount_adjust()
1284 shape_changes++; in xfs_refcount_adjust()
1285 if (shape_changes) in xfs_refcount_adjust()
1286 cur->bc_ag.refc.shape_changes++; in xfs_refcount_adjust()
1362 int shape_changes = 0; in xfs_refcount_finish_one() local
1380 shape_changes = rcur->bc_ag.refc.shape_changes; in xfs_refcount_finish_one()
1393 rcur->bc_ag.refc.shape_changes = shape_changes; in xfs_refcount_finish_one()
Dxfs_refcount_btree.c356 cur->bc_ag.refc.shape_changes = 0; in xfs_refcountbt_init_common()
Dxfs_btree.h228 unsigned int shape_changes; /* # of extent splits */ member