Lines Matching refs:ceph_pg_mapping
707 static struct ceph_pg_mapping *alloc_pg_mapping(size_t payload_len) in alloc_pg_mapping()
709 struct ceph_pg_mapping *pg; in alloc_pg_mapping()
719 static void free_pg_mapping(struct ceph_pg_mapping *pg) in free_pg_mapping()
730 DEFINE_RB_FUNCS2(pg_mapping, struct ceph_pg_mapping, pgid, ceph_pg_compare, in DEFINE_RB_FUNCS2() argument
1152 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy()
1154 struct ceph_pg_mapping, node); in ceph_osdmap_destroy()
1159 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy()
1161 struct ceph_pg_mapping, node); in ceph_osdmap_destroy()
1166 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy()
1168 struct ceph_pg_mapping, node); in ceph_osdmap_destroy()
1173 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy()
1175 struct ceph_pg_mapping, node); in ceph_osdmap_destroy()
1388 typedef struct ceph_pg_mapping *(*decode_mapping_fn_t)(void **, void *, bool);
1399 struct ceph_pg_mapping *pg; in decode_pg_mapping()
1432 static struct ceph_pg_mapping *__decode_pg_temp(void **p, void *end, in __decode_pg_temp()
1435 struct ceph_pg_mapping *pg; in __decode_pg_temp()
1471 static struct ceph_pg_mapping *__decode_primary_temp(void **p, void *end, in __decode_primary_temp()
1474 struct ceph_pg_mapping *pg; in __decode_primary_temp()
1594 static struct ceph_pg_mapping *__decode_pg_upmap(void **p, void *end, in __decode_pg_upmap()
1617 static struct ceph_pg_mapping *__decode_pg_upmap_items(void **p, void *end, in __decode_pg_upmap_items()
1620 struct ceph_pg_mapping *pg; in __decode_pg_upmap_items()
2596 struct ceph_pg_mapping *pg; in apply_upmap()
2775 struct ceph_pg_mapping *pg; in get_temp_osds()