Lines Matching refs:shape_changed
364 bool *shape_changed) in xfs_refcount_split_extent() argument
370 *shape_changed = false; in xfs_refcount_split_extent()
389 *shape_changed = true; in xfs_refcount_split_extent()
833 bool *shape_changed) in xfs_refcount_merge_extents() argument
841 *shape_changed = false; in xfs_refcount_merge_extents()
871 *shape_changed = true; in xfs_refcount_merge_extents()
881 *shape_changed = true; in xfs_refcount_merge_extents()
900 *shape_changed = true; in xfs_refcount_merge_extents()
1108 bool shape_changed; in xfs_refcount_adjust() local
1125 agbno, &shape_changed); in xfs_refcount_adjust()
1128 if (shape_changed) in xfs_refcount_adjust()
1132 agbno + aglen, &shape_changed); in xfs_refcount_adjust()
1135 if (shape_changed) in xfs_refcount_adjust()
1142 new_agbno, new_aglen, adj, &shape_changed); in xfs_refcount_adjust()
1145 if (shape_changed) in xfs_refcount_adjust()
1643 bool shape_changed; in xfs_refcount_adjust_cow() local
1650 agbno, &shape_changed); in xfs_refcount_adjust_cow()
1655 agbno + aglen, &shape_changed); in xfs_refcount_adjust_cow()
1663 &aglen, adj, &shape_changed); in xfs_refcount_adjust_cow()