Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_refcount.c925 cur->bc_ag.refc.shape_changes); in xfs_refcount_still_have_space()
1109 int shape_changes = 0; in xfs_refcount_adjust() local
1129 shape_changes++; in xfs_refcount_adjust()
1136 shape_changes++; in xfs_refcount_adjust()
1146 shape_changes++; in xfs_refcount_adjust()
1147 if (shape_changes) in xfs_refcount_adjust()
1148 cur->bc_ag.refc.shape_changes++; in xfs_refcount_adjust()
1230 int shape_changes = 0; in xfs_refcount_finish_one() local
1252 shape_changes = rcur->bc_ag.refc.shape_changes; in xfs_refcount_finish_one()
1265 rcur->bc_ag.refc.shape_changes = shape_changes; in xfs_refcount_finish_one()
Dxfs_refcount_btree.c347 cur->bc_ag.refc.shape_changes = 0; in xfs_refcountbt_init_common()
Dxfs_btree.h188 unsigned int shape_changes; /* # of extent splits */ member