Searched refs:primary_temp (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/linux/ceph/ |
D | osdmap.h | 162 } primary_temp; member 183 struct rb_root primary_temp; member
|
/linux-6.1.9/net/ceph/ |
D | osdmap.c | 1134 map->primary_temp = RB_ROOT; in ceph_osdmap_alloc() 1158 while (!RB_EMPTY_ROOT(&map->primary_temp)) { in ceph_osdmap_destroy() 1160 rb_entry(rb_first(&map->primary_temp), in ceph_osdmap_destroy() 1162 erase_pg_mapping(&map->primary_temp, pg); in ceph_osdmap_destroy() 1485 pg->primary_temp.osd = osd; in __decode_primary_temp() 1494 return decode_pg_mapping(p, end, &map->primary_temp, in decode_primary_temp() 1501 return decode_pg_mapping(p, end, &map->primary_temp, in decode_new_primary_temp() 2804 pg = lookup_pg_mapping(&osdmap->primary_temp, pgid); in get_temp_osds() 2806 temp->primary = pg->primary_temp.osd; in get_temp_osds()
|
D | debugfs.c | 103 for (n = rb_first(&map->primary_temp); n; n = rb_next(n)) { in osdmap_show() 108 pg->pgid.seed, pg->primary_temp.osd); in osdmap_show()
|