Lines Matching defs:map
508 struct ceph_pg_pool_info *ceph_pg_pool_by_id(struct ceph_osdmap *map, u64 id) in ceph_pg_pool_by_id()
513 const char *ceph_pg_pool_name_by_id(struct ceph_osdmap *map, u64 id) in ceph_pg_pool_name_by_id()
529 int ceph_pg_poolid_by_name(struct ceph_osdmap *map, const char *name) in ceph_pg_poolid_by_name()
677 static int decode_pool_names(void **p, void *end, struct ceph_osdmap *map) in decode_pool_names()
713 struct ceph_osdmap *map; in ceph_osdmap_alloc() local
728 void ceph_osdmap_destroy(struct ceph_osdmap *map) in ceph_osdmap_destroy()
765 static int osdmap_set_max_osd(struct ceph_osdmap *map, int max) in osdmap_set_max_osd()
869 static int __decode_pools(void **p, void *end, struct ceph_osdmap *map, in __decode_pools()
908 static int decode_pools(void **p, void *end, struct ceph_osdmap *map) in decode_pools()
913 static int decode_new_pools(void **p, void *end, struct ceph_osdmap *map) in decode_new_pools()
918 static int __decode_pg_temp(void **p, void *end, struct ceph_osdmap *map, in __decode_pg_temp()
969 static int decode_pg_temp(void **p, void *end, struct ceph_osdmap *map) in decode_pg_temp()
974 static int decode_new_pg_temp(void **p, void *end, struct ceph_osdmap *map) in decode_new_pg_temp()
979 static int __decode_primary_temp(void **p, void *end, struct ceph_osdmap *map, in __decode_primary_temp()
1023 static int decode_primary_temp(void **p, void *end, struct ceph_osdmap *map) in decode_primary_temp()
1029 struct ceph_osdmap *map) in decode_new_primary_temp()
1034 u32 ceph_get_primary_affinity(struct ceph_osdmap *map, int osd) in ceph_get_primary_affinity()
1044 static int set_primary_affinity(struct ceph_osdmap *map, int osd, u32 aff) in set_primary_affinity()
1067 struct ceph_osdmap *map) in decode_primary_affinity()
1097 struct ceph_osdmap *map) in decode_new_primary_affinity()
1125 static int osdmap_decode(void **p, void *end, struct ceph_osdmap *map) in osdmap_decode()
1248 struct ceph_osdmap *map; in ceph_osdmap_decode() local
1273 struct ceph_osdmap *map) in decode_new_up_state_weight()
1376 struct ceph_osdmap *map) in osdmap_apply_incremental()
1937 static int do_crush(struct ceph_osdmap *map, int ruleno, int x, in do_crush()