Lines Matching refs:ceph_pg_mapping
611 static struct ceph_pg_mapping *alloc_pg_mapping(size_t payload_len) in alloc_pg_mapping()
613 struct ceph_pg_mapping *pg; in alloc_pg_mapping()
623 static void free_pg_mapping(struct ceph_pg_mapping *pg) in free_pg_mapping()
634 DEFINE_RB_FUNCS2(pg_mapping, struct ceph_pg_mapping, pgid, ceph_pg_compare, in DEFINE_RB_FUNCS2() argument
944 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy()
946 struct ceph_pg_mapping, node); in ceph_osdmap_destroy()
951 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy()
953 struct ceph_pg_mapping, node); in ceph_osdmap_destroy()
958 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy()
960 struct ceph_pg_mapping, node); in ceph_osdmap_destroy()
965 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy()
967 struct ceph_pg_mapping, node); in ceph_osdmap_destroy()
1168 typedef struct ceph_pg_mapping *(*decode_mapping_fn_t)(void **, void *, bool);
1179 struct ceph_pg_mapping *pg;
1212 static struct ceph_pg_mapping *__decode_pg_temp(void **p, void *end, in __decode_pg_temp()
1215 struct ceph_pg_mapping *pg; in __decode_pg_temp()
1251 static struct ceph_pg_mapping *__decode_primary_temp(void **p, void *end, in __decode_primary_temp()
1254 struct ceph_pg_mapping *pg; in __decode_primary_temp()
1374 static struct ceph_pg_mapping *__decode_pg_upmap(void **p, void *end, in __decode_pg_upmap()
1397 static struct ceph_pg_mapping *__decode_pg_upmap_items(void **p, void *end, in __decode_pg_upmap_items()
1400 struct ceph_pg_mapping *pg; in __decode_pg_upmap_items()
2352 struct ceph_pg_mapping *pg; in apply_upmap()
2531 struct ceph_pg_mapping *pg; in get_temp_osds()