Home
last modified time | relevance | path

Searched refs:ceph_monmap (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/include/linux/ceph/
Dmon_client.h17 struct ceph_monmap { struct
60 struct ceph_monmap *monmap;
89 extern struct ceph_monmap *ceph_monmap_decode(void *p, void *end);
90 extern int ceph_monmap_contains(struct ceph_monmap *m,
/linux-4.1.27/net/ceph/
Dmon_client.c40 struct ceph_monmap *ceph_monmap_decode(void *p, void *end) in ceph_monmap_decode()
42 struct ceph_monmap *m = NULL; in ceph_monmap_decode()
91 int ceph_monmap_contains(struct ceph_monmap *m, struct ceph_entity_addr *addr) in ceph_monmap_contains()
359 struct ceph_monmap *monmap = NULL, *old = monc->monmap; in ceph_monc_handle_map()
/linux-4.1.27/fs/ceph/
Dsuper.c48 struct ceph_monmap *monmap = fsc->client->monc.monmap; in ceph_statfs()