Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ send
Method
send
src/librbd/crypto/CryptoObjectDispatch.cc:76–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
void send() {
77
req->send();
78
}
79
80
void finish(int r) override {
81
ldout(image_ctx->cct, 20) <<
"aligned read r="
<< r << dendl;
Callers
9
send
Method · 0.45
send
Method · 0.45
handle_read
Method · 0.45
restart_request
Method · 0.45
read
Method · 0.45
write
Method · 0.45
write_same
Method · 0.45
compare_and_write
Method · 0.45
discard
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected