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

Method write_done

src/osd/ECExtentCache.cc:149–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void ECExtentCache::Object::write_done(shard_extent_map_t const &buffers,
150 uint64_t new_size) {
151 insert(buffers);
152 current_size = new_size;
153}
154
155void ECExtentCache::Object::unpin(Op &op) const {
156 op.lines.clear();

Callers 2

complete_writeMethod · 0.45
cache_readyMethod · 0.45

Calls 1

insertFunction · 0.85

Tested by 1

complete_writeMethod · 0.36