Lines Matching refs:shape_changed
346 bool *shape_changed) in xfs_refcount_split_extent() argument
352 *shape_changed = false; in xfs_refcount_split_extent()
369 *shape_changed = true; in xfs_refcount_split_extent()
800 bool *shape_changed) in xfs_refcount_merge_extents() argument
808 *shape_changed = false; in xfs_refcount_merge_extents()
838 *shape_changed = true; in xfs_refcount_merge_extents()
848 *shape_changed = true; in xfs_refcount_merge_extents()
867 *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()
1540 bool shape_changed; in xfs_refcount_adjust_cow() local
1548 error = xfs_refcount_split_extent(cur, agbno, &shape_changed); in xfs_refcount_adjust_cow()
1552 error = xfs_refcount_split_extent(cur, agbno + aglen, &shape_changed); in xfs_refcount_adjust_cow()
1560 XFS_FIND_RCEXT_COW, &shape_changed); in xfs_refcount_adjust_cow()