Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_session
Method · 0.80
handle_osd_op_reply
Method · 0.80
handle_command_reply
Method · 0.80
get_session
Method · 0.80
send_message_client_counted
Method · 0.80
handle_client_session
Method · 0.80
handle_client_reconnect
Method · 0.80
early_reply
Method · 0.80
reply_client_request
Method · 0.80
handle_osd_map
Method · 0.80
pre_dispatch
Method · 0.80
ms_deliver_dispatch
Method · 0.80
Calls
1
entity_inst_t
Class · 0.85
Tested by
1
handle_osd_map
Method · 0.64