Searched defs:ceph_mdsmap (Results 1 - 1 of 1) sorted by relevance

/include/linux/ceph/
H A Dmdsmap.h21 struct ceph_mdsmap { struct
37 ceph_mdsmap_get_addr(struct ceph_mdsmap *m, int w)
44 static inline int ceph_mdsmap_get_state(struct ceph_mdsmap *m, int w)
52 static inline bool ceph_mdsmap_is_laggy(struct ceph_mdsmap *m, int w)
59 extern int ceph_mdsmap_get_random_mds(struct ceph_mdsmap *m);
60 extern struct ceph_mdsmap *ceph_mdsmap_decode(void **p, void *end);
61 extern void ceph_mdsmap_destroy(struct ceph_mdsmap *m);

Completed in 4 milliseconds