• Home
  • Raw
  • Download

Lines Matching defs:map

678 struct ceph_pg_pool_info *ceph_pg_pool_by_id(struct ceph_osdmap *map, u64 id)  in ceph_pg_pool_by_id()
683 const char *ceph_pg_pool_name_by_id(struct ceph_osdmap *map, u64 id) in ceph_pg_pool_name_by_id()
699 int ceph_pg_poolid_by_name(struct ceph_osdmap *map, const char *name) in ceph_pg_poolid_by_name()
884 static int decode_pool_names(void **p, void *end, struct ceph_osdmap *map) in decode_pool_names()
920 struct ceph_osdmap *map; in ceph_osdmap_alloc() local
937 void ceph_osdmap_destroy(struct ceph_osdmap *map) in ceph_osdmap_destroy()
989 static int osdmap_set_max_osd(struct ceph_osdmap *map, u32 max) in osdmap_set_max_osd()
1053 static int osdmap_set_crush(struct ceph_osdmap *map, struct crush_map *crush) in osdmap_set_crush()
1135 static int __decode_pools(void **p, void *end, struct ceph_osdmap *map, in __decode_pools()
1174 static int decode_pools(void **p, void *end, struct ceph_osdmap *map) in decode_pools()
1179 static int decode_new_pools(void **p, void *end, struct ceph_osdmap *map) in decode_new_pools()
1255 static int decode_pg_temp(void **p, void *end, struct ceph_osdmap *map) in decode_pg_temp()
1261 static int decode_new_pg_temp(void **p, void *end, struct ceph_osdmap *map) in decode_new_pg_temp()
1288 static int decode_primary_temp(void **p, void *end, struct ceph_osdmap *map) in decode_primary_temp()
1295 struct ceph_osdmap *map) in decode_new_primary_temp()
1301 u32 ceph_get_primary_affinity(struct ceph_osdmap *map, int osd) in ceph_get_primary_affinity()
1311 static int set_primary_affinity(struct ceph_osdmap *map, int osd, u32 aff) in set_primary_affinity()
1335 struct ceph_osdmap *map) in decode_primary_affinity()
1365 struct ceph_osdmap *map) in decode_new_primary_affinity()
1396 static int decode_pg_upmap(void **p, void *end, struct ceph_osdmap *map) in decode_pg_upmap()
1402 static int decode_new_pg_upmap(void **p, void *end, struct ceph_osdmap *map) in decode_new_pg_upmap()
1408 static int decode_old_pg_upmap(void **p, void *end, struct ceph_osdmap *map) in decode_old_pg_upmap()
1440 static int decode_pg_upmap_items(void **p, void *end, struct ceph_osdmap *map) in decode_pg_upmap_items()
1447 struct ceph_osdmap *map) in decode_new_pg_upmap_items()
1454 struct ceph_osdmap *map) in decode_old_pg_upmap_items()
1462 static int osdmap_decode(void **p, void *end, struct ceph_osdmap *map) in osdmap_decode()
1607 struct ceph_osdmap *map; in ceph_osdmap_decode() local
1632 struct ceph_osdmap *map) in decode_new_up_state_weight()
1743 struct ceph_osdmap *map) in osdmap_apply_incremental()
2267 static int do_crush(struct ceph_osdmap *map, int ruleno, int x, in do_crush()