Lines Matching defs:map
727 const char *ceph_pg_pool_name_by_id(struct ceph_osdmap *map, u64 id) in ceph_pg_pool_name_by_id()
742 int ceph_pg_poolid_by_name(struct ceph_osdmap *map, const char *name) in ceph_pg_poolid_by_name()
756 u64 ceph_pg_pool_flags(struct ceph_osdmap *map, u64 id) in ceph_pg_pool_flags()
936 static int decode_pool_names(void **p, void *end, struct ceph_osdmap *map) in decode_pool_names()
1109 struct ceph_osdmap *map; in ceph_osdmap_alloc() local
1127 void ceph_osdmap_destroy(struct ceph_osdmap *map) in ceph_osdmap_destroy()
1181 static int osdmap_set_max_osd(struct ceph_osdmap *map, u32 max) in osdmap_set_max_osd()
1245 static int osdmap_set_crush(struct ceph_osdmap *map, struct crush_map *crush) in osdmap_set_crush()
1323 static int __decode_pools(void **p, void *end, struct ceph_osdmap *map, in __decode_pools()
1362 static int decode_pools(void **p, void *end, struct ceph_osdmap *map) in decode_pools()
1367 static int decode_new_pools(void **p, void *end, struct ceph_osdmap *map) in decode_new_pools()
1443 static int decode_pg_temp(void **p, void *end, struct ceph_osdmap *map) in decode_pg_temp()
1449 static int decode_new_pg_temp(void **p, void *end, struct ceph_osdmap *map) in decode_new_pg_temp()
1476 static int decode_primary_temp(void **p, void *end, struct ceph_osdmap *map) in decode_primary_temp()
1483 struct ceph_osdmap *map) in decode_new_primary_temp()
1489 u32 ceph_get_primary_affinity(struct ceph_osdmap *map, int osd) in ceph_get_primary_affinity()
1499 static int set_primary_affinity(struct ceph_osdmap *map, int osd, u32 aff) in set_primary_affinity()
1523 struct ceph_osdmap *map) in decode_primary_affinity()
1553 struct ceph_osdmap *map) in decode_new_primary_affinity()
1584 static int decode_pg_upmap(void **p, void *end, struct ceph_osdmap *map) in decode_pg_upmap()
1590 static int decode_new_pg_upmap(void **p, void *end, struct ceph_osdmap *map) in decode_new_pg_upmap()
1596 static int decode_old_pg_upmap(void **p, void *end, struct ceph_osdmap *map) in decode_old_pg_upmap()
1628 static int decode_pg_upmap_items(void **p, void *end, struct ceph_osdmap *map) in decode_pg_upmap_items()
1635 struct ceph_osdmap *map) in decode_new_pg_upmap_items()
1642 struct ceph_osdmap *map) in decode_old_pg_upmap_items()
1650 static int osdmap_decode(void **p, void *end, struct ceph_osdmap *map) in osdmap_decode()
1795 struct ceph_osdmap *map; in ceph_osdmap_decode() local
1820 struct ceph_osdmap *map) in decode_new_up_state_weight()
1931 struct ceph_osdmap *map) in osdmap_apply_incremental()
2455 static int do_crush(struct ceph_osdmap *map, int ruleno, int x, in do_crush()