Searched refs:ceph_osdmap (Results 1 – 2 of 2) sorted by relevance
160 struct ceph_osdmap { struct192 static inline bool ceph_osd_exists(struct ceph_osdmap *map, int osd) in ceph_osd_exists() argument198 static inline bool ceph_osd_is_up(struct ceph_osdmap *map, int osd) in ceph_osd_is_up()204 static inline bool ceph_osd_is_down(struct ceph_osdmap *map, int osd) in ceph_osd_is_down()210 extern u32 ceph_get_primary_affinity(struct ceph_osdmap *map, int osd);212 static inline struct ceph_entity_addr *ceph_osd_addr(struct ceph_osdmap *map, in ceph_osd_addr()244 struct ceph_osdmap *ceph_osdmap_alloc(void);245 extern struct ceph_osdmap *ceph_osdmap_decode(void **p, void *end);246 struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end,247 struct ceph_osdmap *map);[all …]
335 struct ceph_osdmap *osdmap; /* current map */