Home
last modified time | relevance | path

Searched defs:ceph_osdmap (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/linux/ceph/
H A Dosdmap.h170 struct ceph_osdmap { struct
171 struct ceph_fsid fsid;
172 u32 epoch;
173 struct ceph_timespec created, modified;
175 u32 flags; /* CEPH_OSDMAP_* */
177 u32 max_osd; /* size of osd_state, _offload, _addr arrays */
201 static inline bool ceph_osd_exists(struct ceph_osdmap *map, int osd) in ceph_osd_exists() argument