Home
last modified time | relevance | path

Searched refs:msgr2 (Results 1 – 6 of 6) sorted by relevance

/linux/net/ceph/
H A Ddecode.c96 int ceph_decode_entity_addrvec(void **p, void *end, bool msgr2, in ceph_decode_entity_addrvec()
99 __le32 my_type = msgr2 ? CEPH_ENTITY_ADDR_TYPE_MSGR2 : in ceph_decode_entity_addrvec()
95 ceph_decode_entity_addrvec(void ** p,void * end,bool msgr2,struct ceph_entity_addr * addr) ceph_decode_entity_addrvec() argument
H A Dosdmap.c1664 static int osdmap_decode(void **p, void *end, bool msgr2, in osdmap_decode() argument
1739 err = ceph_decode_entity_addrvec(p, end, msgr2, addr); in osdmap_decode()
1815 struct ceph_osdmap *ceph_osdmap_decode(void **p, void *end, bool msgr2) in ceph_osdmap_decode() argument
1824 ret = osdmap_decode(p, end, msgr2, map); in ceph_osdmap_decode()
1842 bool msgr2, struct ceph_osdmap *map) in decode_new_up_state_weight() argument
1860 ret = ceph_decode_entity_addrvec(p, end, msgr2, &addr); in decode_new_up_state_weight()
1949 ret = ceph_decode_entity_addrvec(p, end, msgr2, &addr); in decode_new_up_state_weight()
1972 struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end, bool msgr2, in osdmap_apply_incremental() argument
2009 return ceph_osdmap_decode(p, min(*p+len, end), msgr2); in osdmap_apply_incremental()
2061 err = decode_new_up_state_weight(p, end, struct_v, msgr2, map); in osdmap_apply_incremental()
H A Dmon_client.c39 static int decode_mon_info(void **p, void *end, bool msgr2, in decode_mon_info() argument
54 ret = ceph_decode_entity_addrvec(p, end, msgr2, addr); in decode_mon_info()
70 static struct ceph_monmap *ceph_monmap_decode(void **p, void *end, bool msgr2) in ceph_monmap_decode() argument
138 ret = decode_mon_info(p, end, msgr2, &inst->addr); in ceph_monmap_decode()
/linux/fs/ceph/
H A Dmdsmap.h76 void *end, bool msgr2);
/linux/include/linux/ceph/
H A Dosdmap.h254 struct ceph_osdmap *ceph_osdmap_decode(void **p, void *end, bool msgr2);
255 struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end, bool msgr2,
H A Ddecode.h244 int ceph_decode_entity_addrvec(void **p, void *end, bool msgr2,