Home
last modified time | relevance | path

Searched refs:ceph_mdsmap (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/linux/ceph/
Dmdsmap.h21 struct ceph_mdsmap { struct
37 ceph_mdsmap_get_addr(struct ceph_mdsmap *m, int w) in ceph_mdsmap_get_addr() argument
44 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);
/linux-4.1.27/fs/ceph/
Dmdsmap.c19 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()
Dmds_client.h270 struct ceph_mdsmap *mdsmap;
Dmds_client.c2989 struct ceph_mdsmap *newmap, in check_new_map()
2990 struct ceph_mdsmap *oldmap) in check_new_map()
3637 struct ceph_mdsmap *newmap, *oldmap; in ceph_mdsc_handle_map()