Home
last modified time | relevance | path

Searched refs:ceph_osdmap (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/include/linux/ceph/
Dosdmap.h36 struct ceph_osdmap { struct
87 static inline int ceph_osd_is_up(struct ceph_osdmap *map, int osd) in ceph_osd_is_up()
92 static inline bool ceph_osdmap_flag(struct ceph_osdmap *map, int flag) in ceph_osdmap_flag()
99 static inline struct ceph_entity_addr *ceph_osd_addr(struct ceph_osdmap *map, in ceph_osd_addr()
107 extern struct ceph_osdmap *osdmap_decode(void **p, void *end);
108 extern struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end,
109 struct ceph_osdmap *map,
111 extern void ceph_osdmap_destroy(struct ceph_osdmap *map);
122 struct ceph_osdmap *osdmap);
123 extern int ceph_calc_pg_acting(struct ceph_osdmap *osdmap, struct ceph_pg pgid,
[all …]
Dosd_client.h124 struct ceph_osdmap *osdmap; /* current map */
/linux-3.4.99/net/ceph/
Dosdmap.c440 int ceph_pg_poolid_by_name(struct ceph_osdmap *map, const char *name) in ceph_pg_poolid_by_name()
487 static int __decode_pool_names(void **p, void *end, struct ceph_osdmap *map) in __decode_pool_names()
520 void ceph_osdmap_destroy(struct ceph_osdmap *map) in ceph_osdmap_destroy()
547 static int osdmap_set_max_osd(struct ceph_osdmap *map, int max) in osdmap_set_max_osd()
583 struct ceph_osdmap *osdmap_decode(void **p, void *end) in osdmap_decode()
585 struct ceph_osdmap *map; in osdmap_decode()
731 struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end, in osdmap_apply_incremental()
732 struct ceph_osdmap *map, in osdmap_apply_incremental()
1034 struct ceph_osdmap *osdmap) in ceph_calc_object_layout()
1077 static int *calc_pg_raw(struct ceph_osdmap *osdmap, struct ceph_pg pgid, in calc_pg_raw()
[all …]
Dosd_client.c1368 struct ceph_osdmap *newmap = NULL, *oldmap; in ceph_osdc_handle_map()