Lines Matching refs:shape_changed
364 bool *shape_changed) in xfs_refcount_split_extent() argument
370 *shape_changed = false; in xfs_refcount_split_extent()
389 *shape_changed = true; in xfs_refcount_split_extent()
958 bool *shape_changed) in xfs_refcount_merge_extents() argument
966 *shape_changed = false; in xfs_refcount_merge_extents()
991 *shape_changed = true; in xfs_refcount_merge_extents()
998 *shape_changed = true; in xfs_refcount_merge_extents()
1014 *shape_changed = true; in xfs_refcount_merge_extents()
1220 bool shape_changed; in xfs_refcount_adjust() local
1235 *agbno, &shape_changed); in xfs_refcount_adjust()
1238 if (shape_changed) in xfs_refcount_adjust()
1242 *agbno + *aglen, &shape_changed); in xfs_refcount_adjust()
1245 if (shape_changed) in xfs_refcount_adjust()
1252 agbno, aglen, adj, &shape_changed); in xfs_refcount_adjust()
1255 if (shape_changed) in xfs_refcount_adjust()
1747 bool shape_changed; in xfs_refcount_adjust_cow() local
1754 agbno, &shape_changed); in xfs_refcount_adjust_cow()
1759 agbno + aglen, &shape_changed); in xfs_refcount_adjust_cow()
1767 &aglen, adj, &shape_changed); in xfs_refcount_adjust_cow()