Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
void 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
155
void ECExtentCache::Object::unpin(Op &op) const {
156
op.lines.clear();
Callers
2
complete_write
Method · 0.45
cache_ready
Method · 0.45
Calls
1
insert
Function · 0.85
Tested by
1
complete_write
Method · 0.36