Lines Matching refs:shape_changed
386 bool *shape_changed) in xfs_refcount_split_extent() argument
392 *shape_changed = false; in xfs_refcount_split_extent()
411 *shape_changed = true; in xfs_refcount_split_extent()
980 bool *shape_changed) in xfs_refcount_merge_extents() argument
988 *shape_changed = false; in xfs_refcount_merge_extents()
1013 *shape_changed = true; in xfs_refcount_merge_extents()
1020 *shape_changed = true; in xfs_refcount_merge_extents()
1036 *shape_changed = true; in xfs_refcount_merge_extents()
1248 bool shape_changed; in xfs_refcount_adjust() local
1263 *agbno, &shape_changed); in xfs_refcount_adjust()
1266 if (shape_changed) in xfs_refcount_adjust()
1270 *agbno + *aglen, &shape_changed); in xfs_refcount_adjust()
1273 if (shape_changed) in xfs_refcount_adjust()
1280 agbno, aglen, adj, &shape_changed); in xfs_refcount_adjust()
1283 if (shape_changed) in xfs_refcount_adjust()
1770 bool shape_changed; in xfs_refcount_adjust_cow() local
1777 agbno, &shape_changed); in xfs_refcount_adjust_cow()
1782 agbno + aglen, &shape_changed); in xfs_refcount_adjust_cow()
1790 &aglen, adj, &shape_changed); in xfs_refcount_adjust_cow()