Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_refcount.c838 overhead = cur->bc_private.a.priv.refc.shape_changes * in xfs_refcount_still_have_space()
1001 int shape_changes = 0; in xfs_refcount_adjust() local
1020 shape_changes++; in xfs_refcount_adjust()
1026 shape_changes++; in xfs_refcount_adjust()
1036 shape_changes++; in xfs_refcount_adjust()
1037 if (shape_changes) in xfs_refcount_adjust()
1038 cur->bc_private.a.priv.refc.shape_changes++; in xfs_refcount_adjust()
1096 int shape_changes = 0; in xfs_refcount_finish_one() local
1117 shape_changes = rcur->bc_private.a.priv.refc.shape_changes; in xfs_refcount_finish_one()
1136 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.c347 cur->bc_private.a.priv.refc.shape_changes = 0; in xfs_refcountbt_init_cursor()