Lines Matching refs:shape_changed
348 bool *shape_changed) in xfs_refcount_split_extent() argument
354 *shape_changed = false; in xfs_refcount_split_extent()
371 *shape_changed = true; in xfs_refcount_split_extent()
802 bool *shape_changed) in xfs_refcount_merge_extents() argument
810 *shape_changed = false; in xfs_refcount_merge_extents()
840 *shape_changed = true; in xfs_refcount_merge_extents()
850 *shape_changed = true; in xfs_refcount_merge_extents()
869 *shape_changed = true; in xfs_refcount_merge_extents()
1054 bool shape_changed; in xfs_refcount_adjust() local
1070 error = xfs_refcount_split_extent(cur, agbno, &shape_changed); in xfs_refcount_adjust()
1073 if (shape_changed) in xfs_refcount_adjust()
1076 error = xfs_refcount_split_extent(cur, agbno + aglen, &shape_changed); in xfs_refcount_adjust()
1079 if (shape_changed) in xfs_refcount_adjust()
1086 XFS_FIND_RCEXT_SHARED, &shape_changed); in xfs_refcount_adjust()
1089 if (shape_changed) in xfs_refcount_adjust()
1539 bool shape_changed; in xfs_refcount_adjust_cow() local
1547 error = xfs_refcount_split_extent(cur, agbno, &shape_changed); in xfs_refcount_adjust_cow()
1551 error = xfs_refcount_split_extent(cur, agbno + aglen, &shape_changed); in xfs_refcount_adjust_cow()
1559 XFS_FIND_RCEXT_COW, &shape_changed); in xfs_refcount_adjust_cow()