Home
last modified time | relevance | path

Searched refs:pg_temp (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/net/ceph/
Dosdmap.c525 while (!RB_EMPTY_ROOT(&map->pg_temp)) { in ceph_osdmap_destroy()
527 rb_entry(rb_first(&map->pg_temp), in ceph_osdmap_destroy()
529 rb_erase(&pg->node, &map->pg_temp); in ceph_osdmap_destroy()
598 map->pg_temp = RB_ROOT; in osdmap_decode()
697 err = __insert_pg_mapping(pg, &map->pg_temp); in osdmap_decode()
911 (void) __remove_pg_mapping(&map->pg_temp, pgid); in osdmap_apply_incremental()
925 err = __insert_pg_mapping(pg, &map->pg_temp); in osdmap_apply_incremental()
934 __remove_pg_mapping(&map->pg_temp, pgid); in osdmap_apply_incremental()
1102 pg = __lookup_pg_mapping(&osdmap->pg_temp, pgid); in calc_pg_raw()
/linux-3.4.99/include/linux/ceph/
Dosdmap.h49 struct rb_root pg_temp; member