Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/ceph/
Dmdsmap.h22 struct ceph_mdsmap { struct
44 ceph_mdsmap_get_addr(struct ceph_mdsmap *m, int w) in ceph_mdsmap_get_addr() argument
51 static inline int ceph_mdsmap_get_state(struct ceph_mdsmap *m, int w) in ceph_mdsmap_get_state()
59 static inline bool ceph_mdsmap_is_laggy(struct ceph_mdsmap *m, int w) in ceph_mdsmap_is_laggy()
66 extern int ceph_mdsmap_get_random_mds(struct ceph_mdsmap *m);
67 struct ceph_mdsmap *ceph_mdsmap_decode(void **p, void *end, bool msgr2);
68 extern void ceph_mdsmap_destroy(struct ceph_mdsmap *m);
69 extern bool ceph_mdsmap_is_cluster_available(struct ceph_mdsmap *m);
/linux-5.19.10/fs/ceph/
Dmdsmap.c19 static int __mdsmap_get_random_mds(struct ceph_mdsmap *m, bool ignore_laggy) in __mdsmap_get_random_mds()
46 int ceph_mdsmap_get_random_mds(struct ceph_mdsmap *m) in ceph_mdsmap_get_random_mds()
117 struct ceph_mdsmap *ceph_mdsmap_decode(void **p, void *end, bool msgr2) in ceph_mdsmap_decode()
119 struct ceph_mdsmap *m; in ceph_mdsmap_decode()
395 void ceph_mdsmap_destroy(struct ceph_mdsmap *m) in ceph_mdsmap_destroy()
408 bool ceph_mdsmap_is_cluster_available(struct ceph_mdsmap *m) in ceph_mdsmap_is_cluster_available()
Dmds_client.h384 struct ceph_mdsmap *mdsmap;
Ddebugfs.c29 struct ceph_mdsmap *mdsmap; in mdsmap_show()
Dmds_client.c4151 struct ceph_mdsmap *newmap, in check_new_map()
4152 struct ceph_mdsmap *oldmap) in check_new_map()
5066 struct ceph_mdsmap *newmap, *oldmap; in ceph_mdsc_handle_mdsmap()