Lines Matching refs:shape_changed
345 bool *shape_changed) in xfs_refcount_split_extent() argument
351 *shape_changed = false; in xfs_refcount_split_extent()
368 *shape_changed = true; in xfs_refcount_split_extent()
799 bool *shape_changed) in xfs_refcount_merge_extents() argument
807 *shape_changed = false; in xfs_refcount_merge_extents()
837 *shape_changed = true; in xfs_refcount_merge_extents()
847 *shape_changed = true; in xfs_refcount_merge_extents()
866 *shape_changed = true; in xfs_refcount_merge_extents()
1053 bool shape_changed; in xfs_refcount_adjust() local
1069 error = xfs_refcount_split_extent(cur, agbno, &shape_changed); in xfs_refcount_adjust()
1072 if (shape_changed) in xfs_refcount_adjust()
1075 error = xfs_refcount_split_extent(cur, agbno + aglen, &shape_changed); in xfs_refcount_adjust()
1078 if (shape_changed) in xfs_refcount_adjust()
1085 XFS_FIND_RCEXT_SHARED, &shape_changed); in xfs_refcount_adjust()
1088 if (shape_changed) in xfs_refcount_adjust()
1546 bool shape_changed; in xfs_refcount_adjust_cow() local
1554 error = xfs_refcount_split_extent(cur, agbno, &shape_changed); in xfs_refcount_adjust_cow()
1558 error = xfs_refcount_split_extent(cur, agbno + aglen, &shape_changed); in xfs_refcount_adjust_cow()
1566 XFS_FIND_RCEXT_COW, &shape_changed); in xfs_refcount_adjust_cow()