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

Method load

src/librbd/crypto/LoadRequest.cc:96–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94
95template <typename I>
96void LoadRequest<I>::load() {
97 ldout(m_image_ctx->cct, 20) << "format_idx=" << m_format_idx << dendl;
98
99 m_detected_format_name = "";
100 auto ctx = create_context_callback<
101 LoadRequest<I>, &LoadRequest<I>::handle_load>(this);
102 m_formats[m_format_idx]->load(m_current_image_ctx, &m_detected_format_name,
103 ctx);
104}
105
106template <typename I>
107void LoadRequest<I>::handle_load(int r) {

Callers 6

get_data_io_contextMethod · 0.45
failMethod · 0.45
is_completeMethod · 0.45
set_throttle_flagsMethod · 0.45
image_resyncMethod · 0.45
get_pool_statsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected