Lines Matching refs:ceph_pg_mapping
691 static struct ceph_pg_mapping *alloc_pg_mapping(size_t payload_len) in alloc_pg_mapping()
693 struct ceph_pg_mapping *pg; in alloc_pg_mapping()
703 static void free_pg_mapping(struct ceph_pg_mapping *pg) in free_pg_mapping()
714 DEFINE_RB_FUNCS2(pg_mapping, struct ceph_pg_mapping, pgid, ceph_pg_compare, in DEFINE_RB_FUNCS2() argument
1136 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy()
1138 struct ceph_pg_mapping, node); in ceph_osdmap_destroy()
1143 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy()
1145 struct ceph_pg_mapping, node); in ceph_osdmap_destroy()
1150 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy()
1152 struct ceph_pg_mapping, node); in ceph_osdmap_destroy()
1157 struct ceph_pg_mapping *pg = in ceph_osdmap_destroy()
1159 struct ceph_pg_mapping, node); in ceph_osdmap_destroy()
1372 typedef struct ceph_pg_mapping *(*decode_mapping_fn_t)(void **, void *, bool);
1383 struct ceph_pg_mapping *pg;
1416 static struct ceph_pg_mapping *__decode_pg_temp(void **p, void *end, in __decode_pg_temp()
1419 struct ceph_pg_mapping *pg; in __decode_pg_temp()
1455 static struct ceph_pg_mapping *__decode_primary_temp(void **p, void *end, in __decode_primary_temp()
1458 struct ceph_pg_mapping *pg; in __decode_primary_temp()
1578 static struct ceph_pg_mapping *__decode_pg_upmap(void **p, void *end, in __decode_pg_upmap()
1601 static struct ceph_pg_mapping *__decode_pg_upmap_items(void **p, void *end, in __decode_pg_upmap_items()
1604 struct ceph_pg_mapping *pg; in __decode_pg_upmap_items()
2561 struct ceph_pg_mapping *pg; in apply_upmap()
2740 struct ceph_pg_mapping *pg; in get_temp_osds()