MCPcopy Create free account
hub / github.com/ceph/ceph / get_source_inst

Method get_source_inst

src/msg/Message.h:506–508  ·  view source on GitHub ↗

source/dest

Source from the content-addressed store, hash-verified

504
505 // source/dest
506 entity_inst_t get_source_inst() const {
507 return entity_inst_t(get_source(), get_source_addr());
508 }
509 entity_name_t get_source() const {
510 return entity_name_t(header.src);
511 }

Callers 15

handle_client_sessionMethod · 0.80
handle_osd_op_replyMethod · 0.80
handle_command_replyMethod · 0.80
get_sessionMethod · 0.80
handle_client_sessionMethod · 0.80
early_replyMethod · 0.80
reply_client_requestMethod · 0.80
handle_osd_mapMethod · 0.80
pre_dispatchMethod · 0.80
ms_deliver_dispatchMethod · 0.80

Calls 1

entity_inst_tClass · 0.85

Tested by 1

handle_osd_mapMethod · 0.64