Lines Matching refs:shape_changed
387 bool *shape_changed) in xfs_refcount_split_extent() argument
393 *shape_changed = false; in xfs_refcount_split_extent()
413 *shape_changed = true; in xfs_refcount_split_extent()
986 bool *shape_changed) in xfs_refcount_merge_extents() argument
994 *shape_changed = false; in xfs_refcount_merge_extents()
1019 *shape_changed = true; in xfs_refcount_merge_extents()
1026 *shape_changed = true; in xfs_refcount_merge_extents()
1042 *shape_changed = true; in xfs_refcount_merge_extents()
1254 bool shape_changed; in xfs_refcount_adjust() local
1267 *agbno, &shape_changed); in xfs_refcount_adjust()
1270 if (shape_changed) in xfs_refcount_adjust()
1274 *agbno + *aglen, &shape_changed); in xfs_refcount_adjust()
1277 if (shape_changed) in xfs_refcount_adjust()
1284 agbno, aglen, adj, &shape_changed); in xfs_refcount_adjust()
1287 if (shape_changed) in xfs_refcount_adjust()
1752 bool shape_changed; in xfs_refcount_adjust_cow() local
1759 agbno, &shape_changed); in xfs_refcount_adjust_cow()
1764 agbno + aglen, &shape_changed); in xfs_refcount_adjust_cow()
1772 &aglen, adj, &shape_changed); in xfs_refcount_adjust_cow()