Searched refs:ceph_osdmap (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/include/linux/ceph/ |
D | osdmap.h | 157 struct ceph_osdmap { struct 189 static inline bool ceph_osd_exists(struct ceph_osdmap *map, int osd) in ceph_osd_exists() argument 195 static inline bool ceph_osd_is_up(struct ceph_osdmap *map, int osd) in ceph_osd_is_up() 201 static inline bool ceph_osd_is_down(struct ceph_osdmap *map, int osd) in ceph_osd_is_down() 207 extern u32 ceph_get_primary_affinity(struct ceph_osdmap *map, int osd); 209 static inline struct ceph_entity_addr *ceph_osd_addr(struct ceph_osdmap *map, in ceph_osd_addr() 241 struct ceph_osdmap *ceph_osdmap_alloc(void); 242 extern struct ceph_osdmap *ceph_osdmap_decode(void **p, void *end); 243 struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end, 244 struct ceph_osdmap *map); [all …]
|
D | osd_client.h | 335 struct ceph_osdmap *osdmap; /* current map */
|
/Linux-v4.19/net/ceph/ |
D | osdmap.c | 679 struct ceph_pg_pool_info *ceph_pg_pool_by_id(struct ceph_osdmap *map, u64 id) in ceph_pg_pool_by_id() 684 const char *ceph_pg_pool_name_by_id(struct ceph_osdmap *map, u64 id) in ceph_pg_pool_name_by_id() 700 int ceph_pg_poolid_by_name(struct ceph_osdmap *map, const char *name) in ceph_pg_poolid_by_name() 885 static int decode_pool_names(void **p, void *end, struct ceph_osdmap *map) in decode_pool_names() 919 struct ceph_osdmap *ceph_osdmap_alloc(void) in ceph_osdmap_alloc() 921 struct ceph_osdmap *map; in ceph_osdmap_alloc() 938 void ceph_osdmap_destroy(struct ceph_osdmap *map) in ceph_osdmap_destroy() 990 static int osdmap_set_max_osd(struct ceph_osdmap *map, int max) in osdmap_set_max_osd() 1037 static int osdmap_set_crush(struct ceph_osdmap *map, struct crush_map *crush) in osdmap_set_crush() 1119 static int __decode_pools(void **p, void *end, struct ceph_osdmap *map, in __decode_pools() [all …]
|
D | debugfs.c | 59 struct ceph_osdmap *map = osdc->osdmap; in osdmap_show()
|
D | osd_client.c | 2470 struct ceph_osdmap *map = osdc->osdmap; in check_pool_dne() 3057 struct ceph_osdmap *map = osdc->osdmap; in check_linger_pool_dne() 3722 struct ceph_osdmap *newmap; in handle_one_map()
|