Lines Matching refs:pg_upmap
931 map->pg_upmap = RB_ROOT; in ceph_osdmap_alloc()
957 while (!RB_EMPTY_ROOT(&map->pg_upmap)) { in ceph_osdmap_destroy()
959 rb_entry(rb_first(&map->pg_upmap), in ceph_osdmap_destroy()
961 rb_erase(&pg->node, &map->pg_upmap); in ceph_osdmap_destroy()
1382 return decode_pg_mapping(p, end, &map->pg_upmap, __decode_pg_upmap, in decode_pg_upmap()
1388 return decode_pg_mapping(p, end, &map->pg_upmap, __decode_pg_upmap, in decode_new_pg_upmap()
1394 return decode_pg_mapping(p, end, &map->pg_upmap, NULL, true); in decode_old_pg_upmap()
1565 WARN_ON(!RB_EMPTY_ROOT(&map->pg_upmap)); in osdmap_decode()
2355 pg = lookup_pg_mapping(&osdmap->pg_upmap, pgid); in apply_upmap()
2358 for (i = 0; i < pg->pg_upmap.len; i++) { in apply_upmap()
2359 int osd = pg->pg_upmap.osds[i]; in apply_upmap()
2368 for (i = 0; i < pg->pg_upmap.len; i++) in apply_upmap()
2369 raw->osds[i] = pg->pg_upmap.osds[i]; in apply_upmap()
2370 raw->size = pg->pg_upmap.len; in apply_upmap()