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

Method invalidate_crc

src/common/buffer.cc:2134–2141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2132}
2133
2134void buffer::list::invalidate_crc()
2135{
2136 for (const auto& node : _buffers) {
2137 if (node._raw) {
2138 node._raw->invalidate_crc();
2139 }
2140 }
2141}
2142
2143/**
2144 * Binary write all contents to a C++ stream

Callers 12

completeMethod · 0.45
_send_opMethod · 0.45
handle_osd_op_replyMethod · 0.45
TESTFunction · 0.45
EncodeMethod · 0.45
invalidate_crcsMethod · 0.45
copy_inMethod · 0.45
zeroMethod · 0.45
write_benchMethod · 0.45
seq_read_benchMethod · 0.45
rand_read_benchMethod · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
EncodeMethod · 0.36