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

Method encode

src/include/filepath.cc:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120void filepath::encode(ceph::buffer::list& bl) const {
121 using ceph::encode;
122 __u8 struct_v = 1;
123 encode(struct_v, bl);
124 encode(ino, bl);
125 encode(path, bl);
126}
127
128void filepath::decode(ceph::buffer::list::const_iterator& blp) {
129 using ceph::decode;

Callers

nothing calls this directly

Calls 1

encodeFunction · 0.70

Tested by

no test coverage detected