Searched refs:pg_upmap (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/ceph/ |
| D | osdmap.h | 145 } pg_temp, pg_upmap; member 172 struct rb_root pg_upmap; /* PG := raw set */ member
|
| /Linux-v5.4/net/ceph/ |
| D | osdmap.c | 930 map->pg_upmap = RB_ROOT; in ceph_osdmap_alloc() 956 while (!RB_EMPTY_ROOT(&map->pg_upmap)) { in ceph_osdmap_destroy() 958 rb_entry(rb_first(&map->pg_upmap), in ceph_osdmap_destroy() 960 rb_erase(&pg->node, &map->pg_upmap); in ceph_osdmap_destroy() 1398 return decode_pg_mapping(p, end, &map->pg_upmap, __decode_pg_upmap, in decode_pg_upmap() 1404 return decode_pg_mapping(p, end, &map->pg_upmap, __decode_pg_upmap, in decode_new_pg_upmap() 1410 return decode_pg_mapping(p, end, &map->pg_upmap, NULL, true); in decode_old_pg_upmap() 1581 WARN_ON(!RB_EMPTY_ROOT(&map->pg_upmap)); in osdmap_decode() 2376 pg = lookup_pg_mapping(&osdmap->pg_upmap, pgid); in apply_upmap() 2379 for (i = 0; i < pg->pg_upmap.len; i++) { in apply_upmap() [all …]
|
| D | debugfs.c | 108 for (n = rb_first(&map->pg_upmap); n; n = rb_next(n)) { in osdmap_show() 114 for (i = 0; i < pg->pg_upmap.len; i++) in osdmap_show() 116 pg->pg_upmap.osds[i]); in osdmap_show()
|