Searched defs:ceph_osdmap (Results 1 – 1 of 1) sorted by relevance
156 struct ceph_osdmap { struct157 struct ceph_fsid fsid;158 u32 epoch;159 struct ceph_timespec created, modified;161 u32 flags; /* CEPH_OSDMAP_* */163 u32 max_osd; /* size of osd_state, _offload, _addr arrays */164 u32 *osd_state; /* CEPH_OSD_* */188 static inline bool ceph_osd_exists(struct ceph_osdmap *map, int osd) in ceph_osd_exists() argument