Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/ceph/
Dmon_client.h89 extern struct ceph_monmap *ceph_monmap_decode(void *p, void *end);
/linux-4.4.14/net/ceph/
Dmon_client.c40 struct ceph_monmap *ceph_monmap_decode(void *p, void *end) in ceph_monmap_decode() function
387 monmap = ceph_monmap_decode(p, end); in ceph_monc_handle_map()