Searched refs:ceph_mdsmap (Results 1 – 4 of 4) sorted by relevance
21 struct ceph_mdsmap { struct37 ceph_mdsmap_get_addr(struct ceph_mdsmap *m, int w) in ceph_mdsmap_get_addr() argument44 static inline int ceph_mdsmap_get_state(struct ceph_mdsmap *m, int w) in ceph_mdsmap_get_state()52 static inline bool ceph_mdsmap_is_laggy(struct ceph_mdsmap *m, int w) in ceph_mdsmap_is_laggy()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);
19 int ceph_mdsmap_get_random_mds(struct ceph_mdsmap *m) in ceph_mdsmap_get_random_mds()51 struct ceph_mdsmap *ceph_mdsmap_decode(void **p, void *end) in ceph_mdsmap_decode()53 struct ceph_mdsmap *m; in ceph_mdsmap_decode()180 void ceph_mdsmap_destroy(struct ceph_mdsmap *m) in ceph_mdsmap_destroy()
281 struct ceph_mdsmap *mdsmap;
3051 struct ceph_mdsmap *newmap, in check_new_map()3052 struct ceph_mdsmap *oldmap) in check_new_map()3738 struct ceph_mdsmap *newmap, *oldmap; in ceph_mdsc_handle_map()