Searched refs:msgr2 (Results 1 – 7 of 7) sorted by relevance
| /linux/net/ceph/ |
| A D | decode.c | 95 int ceph_decode_entity_addrvec(void **p, void *end, bool msgr2, in ceph_decode_entity_addrvec() argument 98 __le32 my_type = msgr2 ? CEPH_ENTITY_ADDR_TYPE_MSGR2 : in ceph_decode_entity_addrvec()
|
| A D | osdmap.c | 1650 static int osdmap_decode(void **p, void *end, bool msgr2, in osdmap_decode() argument 1725 err = ceph_decode_entity_addrvec(p, end, msgr2, addr); in osdmap_decode() 1801 struct ceph_osdmap *ceph_osdmap_decode(void **p, void *end, bool msgr2) in ceph_osdmap_decode() argument 1810 ret = osdmap_decode(p, end, msgr2, map); in ceph_osdmap_decode() 1828 bool msgr2, struct ceph_osdmap *map) in decode_new_up_state_weight() argument 1844 ret = ceph_decode_entity_addrvec(p, end, msgr2, &addr); in decode_new_up_state_weight() 1926 ret = ceph_decode_entity_addrvec(p, end, msgr2, &addr); in decode_new_up_state_weight() 1949 struct ceph_osdmap *osdmap_apply_incremental(void **p, void *end, bool msgr2, in osdmap_apply_incremental() argument 1984 return ceph_osdmap_decode(p, min(*p+len, end), msgr2); in osdmap_apply_incremental() 2036 err = decode_new_up_state_weight(p, end, struct_v, msgr2, map); in osdmap_apply_incremental()
|
| A D | mon_client.c | 39 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/include/linux/ceph/ |
| A D | osdmap.h | 254 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,
|
| A D | mdsmap.h | 67 struct ceph_mdsmap *ceph_mdsmap_decode(void **p, void *end, bool msgr2);
|
| A D | decode.h | 244 int ceph_decode_entity_addrvec(void **p, void *end, bool msgr2,
|
| /linux/fs/ceph/ |
| A D | mdsmap.c | 117 struct ceph_mdsmap *ceph_mdsmap_decode(void **p, void *end, bool msgr2) in ceph_mdsmap_decode() argument 210 err = ceph_decode_entity_addrvec(p, end, msgr2, &addr); in ceph_mdsmap_decode()
|
Completed in 17 milliseconds