Home
last modified time | relevance | path

Searched refs:primary_temp (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/ceph/
Dosdmap.h83 } primary_temp; member
101 struct rb_root primary_temp; member
/linux-4.4.14/net/ceph/
Dosdmap.c666 while (!RB_EMPTY_ROOT(&map->primary_temp)) { in ceph_osdmap_destroy()
668 rb_entry(rb_first(&map->primary_temp), in ceph_osdmap_destroy()
670 rb_erase(&pg->node, &map->primary_temp); in ceph_osdmap_destroy()
922 ret = __remove_pg_mapping(&map->primary_temp, pgid); in __decode_primary_temp()
933 pg->primary_temp.osd = osd; in __decode_primary_temp()
935 ret = __insert_pg_mapping(pg, &map->primary_temp); in __decode_primary_temp()
1182 map->primary_temp = RB_ROOT; in ceph_osdmap_decode()
1682 pg = __lookup_pg_mapping(&osdmap->primary_temp, pgid); in apply_temps()
1684 temp_primary = pg->primary_temp.osd; in apply_temps()
Ddebugfs.c98 for (n = rb_first(&map->primary_temp); n; n = rb_next(n)) { in osdmap_show()
103 pg->pgid.seed, pg->primary_temp.osd); in osdmap_show()