Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_refcount.c836 overhead = cur->bc_private.a.priv.refc.shape_changes * in xfs_refcount_still_have_space()
999 int shape_changes = 0; in xfs_refcount_adjust() local
1018 shape_changes++; in xfs_refcount_adjust()
1024 shape_changes++; in xfs_refcount_adjust()
1034 shape_changes++; in xfs_refcount_adjust()
1035 if (shape_changes) in xfs_refcount_adjust()
1036 cur->bc_private.a.priv.refc.shape_changes++; in xfs_refcount_adjust()
1094 int shape_changes = 0; in xfs_refcount_finish_one() local
1115 shape_changes = rcur->bc_private.a.priv.refc.shape_changes; in xfs_refcount_finish_one()
1134 rcur->bc_private.a.priv.refc.shape_changes = shape_changes; in xfs_refcount_finish_one()
Dxfs_btree.h184 int shape_changes; /* # of extent splits */ member
Dxfs_refcount_btree.c344 cur->bc_private.a.priv.refc.shape_changes = 0; in xfs_refcountbt_init_cursor()