Searched refs:pg_upmap_items (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/net/ceph/ |
D | debugfs.c | 121 for (n = rb_first(&map->pg_upmap_items); n; n = rb_next(n)) { in osdmap_show() 127 for (i = 0; i < pg->pg_upmap_items.len; i++) in osdmap_show() 129 pg->pg_upmap_items.from_to[i][0], in osdmap_show() 130 pg->pg_upmap_items.from_to[i][1]); in osdmap_show()
|
D | osdmap.c | 1136 map->pg_upmap_items = RB_ROOT; in ceph_osdmap_alloc() 1172 while (!RB_EMPTY_ROOT(&map->pg_upmap_items)) { in ceph_osdmap_destroy() 1174 rb_entry(rb_first(&map->pg_upmap_items), in ceph_osdmap_destroy() 1176 rb_erase(&pg->node, &map->pg_upmap_items); in ceph_osdmap_destroy() 1632 pg->pg_upmap_items.len = len; in __decode_pg_upmap_items() 1634 pg->pg_upmap_items.from_to[i][0] = ceph_decode_32(p); in __decode_pg_upmap_items() 1635 pg->pg_upmap_items.from_to[i][1] = ceph_decode_32(p); in __decode_pg_upmap_items() 1646 return decode_pg_mapping(p, end, &map->pg_upmap_items, in decode_pg_upmap_items() 1653 return decode_pg_mapping(p, end, &map->pg_upmap_items, in decode_new_pg_upmap_items() 1660 return decode_pg_mapping(p, end, &map->pg_upmap_items, NULL, true); in decode_old_pg_upmap_items() [all …]
|
/linux-6.6.21/include/linux/ceph/ |
D | osdmap.h | 166 } pg_upmap_items; member 187 struct rb_root pg_upmap_items; /* from -> to within raw set */ member
|