Searched refs:pg_upmap (Results 1 – 3 of 3) sorted by relevance
159 } pg_temp, pg_upmap; member186 struct rb_root pg_upmap; /* PG := raw set */ member
1119 map->pg_upmap = RB_ROOT; in ceph_osdmap_alloc()1149 while (!RB_EMPTY_ROOT(&map->pg_upmap)) { in ceph_osdmap_destroy()1151 rb_entry(rb_first(&map->pg_upmap), in ceph_osdmap_destroy()1153 rb_erase(&pg->node, &map->pg_upmap); in ceph_osdmap_destroy()1777 WARN_ON(!RB_EMPTY_ROOT(&map->pg_upmap)); in osdmap_decode()2583 pg = lookup_pg_mapping(&osdmap->pg_upmap, pgid); in apply_upmap()2586 for (i = 0; i < pg->pg_upmap.len; i++) { in apply_upmap()2587 int osd = pg->pg_upmap.osds[i]; in apply_upmap()2596 for (i = 0; i < pg->pg_upmap.len; i++) in apply_upmap()2597 raw->osds[i] = pg->pg_upmap.osds[i]; in apply_upmap()[all …]
110 for (n = rb_first(&map->pg_upmap); n; n = rb_next(n)) { in osdmap_show()116 for (i = 0; i < pg->pg_upmap.len; i++) in osdmap_show()118 pg->pg_upmap.osds[i]); in osdmap_show()
Completed in 12 milliseconds