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

Method create_callback_context

src/librbd/AsyncRequest.cc:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34template <typename T>
35Context *AsyncRequest<T>::create_callback_context() {
36 return util::create_context_callback(this);
37}
38
39template <typename T>
40Context *AsyncRequest<T>::create_async_callback_context() {

Callers 9

send_verify_objectsMethod · 0.45
send_trim_imageMethod · 0.45
send_verify_objectsMethod · 0.45
send_save_object_mapMethod · 0.45
send_copyup_objectsMethod · 0.45
send_remove_objectsMethod · 0.45

Calls 1

create_context_callbackFunction · 0.85

Tested by

no test coverage detected