Home
last modified time | relevance | path

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

/linux-6.15/include/linux/ceph/
H A Dosdmap.h170 struct ceph_osdmap { struct
207 static inline bool ceph_osd_is_up(struct ceph_osdmap *map, int osd) in ceph_osd_is_up()
253 struct ceph_osdmap *ceph_osdmap_alloc(void);
256 struct ceph_osdmap *map);
257 extern void ceph_osdmap_destroy(struct ceph_osdmap *map);
298 int ceph_object_locator_to_pg(struct ceph_osdmap *osdmap,
303 void ceph_pg_to_up_acting_osds(struct ceph_osdmap *osdmap,
308 bool ceph_pg_to_primary_shard(struct ceph_osdmap *osdmap,
312 int ceph_pg_to_acting_primary(struct ceph_osdmap *osdmap,
330 int ceph_get_crush_locality(struct ceph_osdmap *osdmap, int id,
[all …]
H A Dosd_client.h408 struct ceph_osdmap *osdmap; /* current map */
/linux-6.15/net/ceph/
H A Dosdmap.c1123 struct ceph_osdmap *ceph_osdmap_alloc(void) in ceph_osdmap_alloc()
1125 struct ceph_osdmap *map; in ceph_osdmap_alloc()
1499 struct ceph_osdmap *map) in decode_new_primary_temp()
1539 struct ceph_osdmap *map) in decode_primary_affinity()
1569 struct ceph_osdmap *map) in decode_new_primary_affinity()
1651 struct ceph_osdmap *map) in decode_new_pg_upmap_items()
1658 struct ceph_osdmap *map) in decode_old_pg_upmap_items()
1667 struct ceph_osdmap *map) in osdmap_decode()
1819 struct ceph_osdmap *map; in ceph_osdmap_decode()
1844 bool msgr2, struct ceph_osdmap *map) in decode_new_up_state_weight()
[all …]
H A Ddebugfs.c59 struct ceph_osdmap *map = osdc->osdmap; in osdmap_show()
H A Dosd_client.c2679 struct ceph_osdmap *map = osdc->osdmap; in check_pool_dne()
3316 struct ceph_osdmap *map = osdc->osdmap; in check_linger_pool_dne()
4007 struct ceph_osdmap *newmap; in handle_one_map()