Searched refs:newmap (Results 1 – 1 of 1) sorted by relevance
3940 struct ceph_osdmap *newmap; in handle_one_map() local3949 newmap = osdmap_apply_incremental(&p, end, in handle_one_map()3953 newmap = ceph_osdmap_decode(&p, end, ceph_msgr2(osdc->client)); in handle_one_map()3954 if (IS_ERR(newmap)) in handle_one_map()3955 return PTR_ERR(newmap); in handle_one_map()3957 if (newmap != osdc->osdmap) { in handle_one_map()3963 for (n = rb_first(&newmap->pg_pools); n; n = rb_next(n)) { in handle_one_map()3976 osdc->osdmap->epoch + 1 < newmap->epoch) { in handle_one_map()3982 osdc->osdmap = newmap; in handle_one_map()