Searched refs:ceph_osdmap (Results 1 – 2 of 2) sorted by relevance
/include/linux/ceph/ |
D | osdmap.h | 170 struct ceph_osdmap { struct 201 static inline bool ceph_osd_exists(struct ceph_osdmap *map, int osd) in ceph_osd_exists() argument 207 static inline bool ceph_osd_is_up(struct ceph_osdmap *map, int osd) in ceph_osd_is_up() 213 static inline bool ceph_osd_is_down(struct ceph_osdmap *map, int osd) in ceph_osd_is_down() 219 extern u32 ceph_get_primary_affinity(struct ceph_osdmap *map, int osd); 221 static inline struct ceph_entity_addr *ceph_osd_addr(struct ceph_osdmap *map, in ceph_osd_addr() 253 struct ceph_osdmap *ceph_osdmap_alloc(void); 254 struct ceph_osdmap *ceph_osdmap_decode(void **p, void *end, bool msgr2); 255 struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end, bool msgr2, 256 struct ceph_osdmap *map); [all …]
|
D | osd_client.h | 350 struct ceph_osdmap *osdmap; /* current map */
|