Home
last modified time | relevance | path

Searched refs:newcrush (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/net/ceph/
Dosdmap.c705 struct crush_map *newcrush = NULL; in osdmap_apply_incremental() local
745 newcrush = crush_decode(*p, min(*p+len, end)); in osdmap_apply_incremental()
746 if (IS_ERR(newcrush)) in osdmap_apply_incremental()
747 return ERR_CAST(newcrush); in osdmap_apply_incremental()
769 if (newcrush) { in osdmap_apply_incremental()
772 map->crush = newcrush; in osdmap_apply_incremental()
773 newcrush = NULL; in osdmap_apply_incremental()
923 if (newcrush) in osdmap_apply_incremental()
924 crush_destroy(newcrush); in osdmap_apply_incremental()