shape_changes     184 fs/xfs/libxfs/xfs_btree.h 		int		shape_changes;	/* # of extent splits */
shape_changes     836 fs/xfs/libxfs/xfs_refcount.c 	overhead = cur->bc_private.a.priv.refc.shape_changes *
shape_changes     999 fs/xfs/libxfs/xfs_refcount.c 	int			shape_changes = 0;
shape_changes    1018 fs/xfs/libxfs/xfs_refcount.c 		shape_changes++;
shape_changes    1024 fs/xfs/libxfs/xfs_refcount.c 		shape_changes++;
shape_changes    1034 fs/xfs/libxfs/xfs_refcount.c 		shape_changes++;
shape_changes    1035 fs/xfs/libxfs/xfs_refcount.c 	if (shape_changes)
shape_changes    1036 fs/xfs/libxfs/xfs_refcount.c 		cur->bc_private.a.priv.refc.shape_changes++;
shape_changes    1094 fs/xfs/libxfs/xfs_refcount.c 	int				shape_changes = 0;
shape_changes    1115 fs/xfs/libxfs/xfs_refcount.c 		shape_changes = rcur->bc_private.a.priv.refc.shape_changes;
shape_changes    1134 fs/xfs/libxfs/xfs_refcount.c 		rcur->bc_private.a.priv.refc.shape_changes = shape_changes;
shape_changes     344 fs/xfs/libxfs/xfs_refcount_btree.c 	cur->bc_private.a.priv.refc.shape_changes = 0;