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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dmdsmap.h20 struct ceph_mdsmap { struct
36 ceph_mdsmap_get_addr(struct ceph_mdsmap *m, int w)
43 static inline int ceph_mdsmap_get_state(struct ceph_mdsmap *m, int w)
51 static inline bool ceph_mdsmap_is_laggy(struct ceph_mdsmap *m, int w)
58 extern int ceph_mdsmap_get_random_mds(struct ceph_mdsmap *m);
59 extern struct ceph_mdsmap *ceph_mdsmap_decode(void **p, void *end);
60 extern void ceph_mdsmap_destroy(struct ceph_mdsmap *m);
H A Dmdsmap.c19 int ceph_mdsmap_get_random_mds(struct ceph_mdsmap *m)
49 struct ceph_mdsmap *ceph_mdsmap_decode(void **p, void *end)
51 struct ceph_mdsmap *m;
169 void ceph_mdsmap_destroy(struct ceph_mdsmap *m)
H A Dmds_client.h236 struct ceph_mdsmap *mdsmap;
H A Dmds_client.c2506 struct ceph_mdsmap *newmap,
2507 struct ceph_mdsmap *oldmap)
3141 struct ceph_mdsmap *newmap, *oldmap;

Completed in 42 milliseconds