Searched defs:ceph_osdmap (Results 1 – 1 of 1) sorted by relevance
157 struct ceph_osdmap { struct158 struct ceph_fsid fsid;159 u32 epoch;160 struct ceph_timespec created, modified;162 u32 flags; /* CEPH_OSDMAP_* */164 u32 max_osd; /* size of osd_state, _offload, _addr arrays */165 u32 *osd_state; /* CEPH_OSD_* */189 static inline bool ceph_osd_exists(struct ceph_osdmap *map, int osd) in ceph_osd_exists() argument