Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/libxfs/
Dxfs_refcount.c894 cur->bc_ag.refc.shape_changes); in xfs_refcount_still_have_space()
1059 int shape_changes = 0; in xfs_refcount_adjust() local
1078 shape_changes++; in xfs_refcount_adjust()
1084 shape_changes++; in xfs_refcount_adjust()
1094 shape_changes++; in xfs_refcount_adjust()
1095 if (shape_changes) in xfs_refcount_adjust()
1096 cur->bc_ag.refc.shape_changes++; in xfs_refcount_adjust()
1152 int shape_changes = 0; in xfs_refcount_finish_one() local
1174 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_refcount_btree.c338 cur->bc_ag.refc.shape_changes = 0; in xfs_refcountbt_init_common()
Dxfs_btree.h188 unsigned int shape_changes; /* # of extent splits */ member