ceph_mdsmap
struct ceph_mdsmap *mdsmap;
struct ceph_mdsmap *newmap,
struct ceph_mdsmap *oldmap)
struct ceph_mdsmap *newmap, *oldmap;
struct ceph_mdsmap *mdsmap;
struct ceph_mdsmap *ceph_mdsmap_decode(struct ceph_mds_client *mdsc, void **p,
struct ceph_mdsmap *m;
static int __mdsmap_get_random_mds(struct ceph_mdsmap *m, bool ignore_laggy)
void ceph_mdsmap_destroy(struct ceph_mdsmap *m)
bool ceph_mdsmap_is_cluster_available(struct ceph_mdsmap *m)
int ceph_mdsmap_get_random_mds(struct ceph_mdsmap *m)
ceph_mdsmap_get_addr(struct ceph_mdsmap *m, int w)
static inline int ceph_mdsmap_get_state(struct ceph_mdsmap *m, int w)
static inline bool ceph_mdsmap_is_laggy(struct ceph_mdsmap *m, int w)
extern int ceph_mdsmap_get_random_mds(struct ceph_mdsmap *m);
struct ceph_mdsmap *ceph_mdsmap_decode(struct ceph_mds_client *mdsc, void **p,
extern void ceph_mdsmap_destroy(struct ceph_mdsmap *m);
extern bool ceph_mdsmap_is_cluster_available(struct ceph_mdsmap *m);