Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ get_object_name
Method
get_object_name
src/librbd/ImageCtx.cc:439–441 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
437
}
438
439
string ImageCtx::get_object_name(uint64_t num) const {
440
return util::data_object_name(this, num);
441
}
442
443
uint64_t ImageCtx::get_stripe_unit() const
444
{
Callers
8
C_VerifyObjectCallback
Method · 0.45
object_map_action
Method · 0.45
send
Method · 0.45
update_object_map
Function · 0.45
send
Method · 0.45
send
Method · 0.45
C_SparsifyObject
Method · 0.45
ObjectCopyRequest
Method · 0.45
Calls
1
data_object_name
Function · 0.85
Tested by
no test coverage detected