Searched refs:newmap (Results 1 – 1 of 1) sorted by relevance
3842 struct ceph_osdmap *newmap; in handle_one_map() local3851 newmap = osdmap_apply_incremental(&p, end, osdc->osdmap); in handle_one_map()3853 newmap = ceph_osdmap_decode(&p, end); in handle_one_map()3854 if (IS_ERR(newmap)) in handle_one_map()3855 return PTR_ERR(newmap); in handle_one_map()3857 if (newmap != osdc->osdmap) { in handle_one_map()3863 for (n = rb_first(&newmap->pg_pools); n; n = rb_next(n)) { in handle_one_map()3876 osdc->osdmap->epoch + 1 < newmap->epoch) { in handle_one_map()3882 osdc->osdmap = newmap; in handle_one_map()