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

Function cls_cxx_read

src/objclass/class_api.cc:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95int cls_cxx_read(cls_method_context_t hctx, int ofs, int len,
96 ceph::buffer::list *outbl)
97{
98 return cls_cxx_read2(hctx, ofs, len, outbl, 0);
99}
100
101int cls_cxx_write(cls_method_context_t hctx, int ofs, int len,
102 ceph::buffer::list *inbl)

Callers 15

queue_read_headFunction · 0.50
queue_list_entriesFunction · 0.50
test_coverage_replayFunction · 0.50
snap_read_headerFunction · 0.50
set_migrationFunction · 0.50
read_migrationFunction · 0.50
remove_migrationFunction · 0.50
get_idFunction · 0.50
object_map_readFunction · 0.50
sparsifyFunction · 0.50
chunk_create_or_get_refFunction · 0.50
replayFunction · 0.50

Calls 1

cls_cxx_read2Function · 0.50

Tested by 1

test_coverage_replayFunction · 0.40