Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/ceph/
H A Dmon_client.h18 struct ceph_monmap { struct
72 struct ceph_monmap *monmap;
107 extern int ceph_monmap_contains(struct ceph_monmap *m,
/openbmc/linux/net/ceph/
H A Dmon_client.c70 static struct ceph_monmap *ceph_monmap_decode(void **p, void *end, bool msgr2) in ceph_monmap_decode()
72 struct ceph_monmap *monmap = NULL; in ceph_monmap_decode()
160 int ceph_monmap_contains(struct ceph_monmap *m, struct ceph_entity_addr *addr) in ceph_monmap_contains()
543 struct ceph_monmap *monmap; in ceph_monc_handle_map()