MCPcopy 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

object_map_actionMethod · 0.45
sendMethod · 0.45
update_object_mapFunction · 0.45
sendMethod · 0.45
sendMethod · 0.45
C_SparsifyObjectMethod · 0.45
ObjectCopyRequestMethod · 0.45

Calls 1

data_object_nameFunction · 0.85

Tested by

no test coverage detected