Home
last modified time | relevance | path

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

/Linux-v5.10/fs/xfs/libxfs/
Dxfs_refcount.c886 overhead = cur->bc_ag.refc.shape_changes * in xfs_refcount_still_have_space()
1054 int shape_changes = 0; in xfs_refcount_adjust() local
1073 shape_changes++; in xfs_refcount_adjust()
1079 shape_changes++; in xfs_refcount_adjust()
1089 shape_changes++; in xfs_refcount_adjust()
1090 if (shape_changes) in xfs_refcount_adjust()
1091 cur->bc_ag.refc.shape_changes++; in xfs_refcount_adjust()
1149 int shape_changes = 0; in xfs_refcount_finish_one() local
1170 shape_changes = rcur->bc_ag.refc.shape_changes; in xfs_refcount_finish_one()
1187 rcur->bc_ag.refc.shape_changes = shape_changes; in xfs_refcount_finish_one()
Dxfs_btree.h191 int shape_changes; /* # of extent splits */ member
Dxfs_refcount_btree.c337 cur->bc_ag.refc.shape_changes = 0; in xfs_refcountbt_init_common()