Searched refs:ceph_mdsmap (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/fs/ceph/ |
D | mdsmap.h | 24 struct ceph_mdsmap { struct 51 ceph_mdsmap_get_addr(struct ceph_mdsmap *m, int w) in ceph_mdsmap_get_addr() argument 58 static inline int ceph_mdsmap_get_state(struct ceph_mdsmap *m, int w) in ceph_mdsmap_get_state() 66 static inline bool ceph_mdsmap_is_laggy(struct ceph_mdsmap *m, int w) in ceph_mdsmap_is_laggy() 73 extern int ceph_mdsmap_get_random_mds(struct ceph_mdsmap *m); 74 struct ceph_mdsmap *ceph_mdsmap_decode(struct ceph_mds_client *mdsc, void **p, 76 extern void ceph_mdsmap_destroy(struct ceph_mdsmap *m); 77 extern bool ceph_mdsmap_is_cluster_available(struct ceph_mdsmap *m);
|
D | mdsmap.c | 20 static int __mdsmap_get_random_mds(struct ceph_mdsmap *m, bool ignore_laggy) in __mdsmap_get_random_mds() 47 int ceph_mdsmap_get_random_mds(struct ceph_mdsmap *m) in ceph_mdsmap_get_random_mds() 118 struct ceph_mdsmap *ceph_mdsmap_decode(struct ceph_mds_client *mdsc, void **p, in ceph_mdsmap_decode() 122 struct ceph_mdsmap *m; in ceph_mdsmap_decode() 411 void ceph_mdsmap_destroy(struct ceph_mdsmap *m) in ceph_mdsmap_destroy() 424 bool ceph_mdsmap_is_cluster_available(struct ceph_mdsmap *m) in ceph_mdsmap_is_cluster_available()
|
D | mds_client.h | 444 struct ceph_mdsmap *mdsmap;
|
D | debugfs.c | 29 struct ceph_mdsmap *mdsmap; in mdsmap_show()
|
D | mds_client.c | 5013 struct ceph_mdsmap *newmap, in check_new_map() 5014 struct ceph_mdsmap *oldmap) in check_new_map() 6135 struct ceph_mdsmap *newmap, *oldmap; in ceph_mdsc_handle_mdsmap()
|