Searched defs:msgr (Results 1 - 2 of 2) sorted by relevance

/net/ceph/
H A Dosdmap.c1174 struct ceph_messenger *msgr)
1172 osdmap_apply_incremental(void **p, void *end, struct ceph_osdmap *map, struct ceph_messenger *msgr) argument
H A Dmessenger.c225 static void encode_my_addr(struct ceph_messenger *msgr) argument
227 memcpy(&msgr->my_enc_addr, &msgr->inst.addr, sizeof(msgr->my_enc_addr));
228 ceph_encode_addr(&msgr->my_enc_addr);
299 ceph_msgr_wq = alloc_workqueue("ceph-msgr", WQ_MEM_RECLAIM, 0);
394 if (atomic_read(&con->msgr->stopping)) {
733 struct ceph_messenger *msgr)
739 con->msgr = msgr;
731 ceph_con_init(struct ceph_connection *con, void *private, const struct ceph_connection_operations *ops, struct ceph_messenger *msgr) argument
757 get_global_seq(struct ceph_messenger *msgr, u32 gt) argument
2895 ceph_messenger_init(struct ceph_messenger *msgr, struct ceph_entity_addr *myaddr, u64 supported_features, u64 required_features, bool nocrc) argument
[all...]

Completed in 125 milliseconds