Home
last modified time | relevance | path

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

/linux-3.4.99/net/ceph/
Dosdmap.c735 struct crush_map *newcrush = NULL; in osdmap_apply_incremental() local
774 newcrush = crush_decode(*p, min(*p+len, end)); in osdmap_apply_incremental()
775 if (IS_ERR(newcrush)) in osdmap_apply_incremental()
776 return ERR_CAST(newcrush); in osdmap_apply_incremental()
798 if (newcrush) { in osdmap_apply_incremental()
801 map->crush = newcrush; in osdmap_apply_incremental()
802 newcrush = NULL; in osdmap_apply_incremental()
948 if (newcrush) in osdmap_apply_incremental()
949 crush_destroy(newcrush); in osdmap_apply_incremental()