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

Method encode

src/osd/osd_types.cc:195–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void pg_shard_t::encode(ceph::buffer::list &bl) const
196{
197 ENCODE_START(1, 1, bl);
198 encode(osd, bl);
199 encode(shard, bl);
200 ENCODE_FINISH(bl);
201}
202void pg_shard_t::decode(ceph::buffer::list::const_iterator &bl)
203{
204 DECODE_START(1, bl);

Callers 1

encode_with_checksumMethod · 0.45

Calls 15

to_strFunction · 0.85
pool_opts_encoder_tClass · 0.85
osd_reqid_tClass · 0.85
kbMethod · 0.80
kb_used_rawMethod · 0.80
kb_availMethod · 0.80
kb_used_dataMethod · 0.80
kb_used_omapMethod · 0.80
encodeFunction · 0.70
encode_noheadFunction · 0.50
hobject_tClass · 0.50

Tested by

no test coverage detected