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

Method print

src/client/Client.cc:285–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 { }
284
285void dir_result_t::dentry::print(std::ostream& os) const
286{
287 os << "dn(name=" << name << " altn=" << alternate_name;
288 if (inode) {
289 os << " ino=" << inode->ino;
290 } else {
291 os << " null";
292 }
293 os << ")";
294}
295
296void Client::_reset_faked_inos()
297{

Callers

nothing calls this directly

Calls 2

binstrprintFunction · 0.85
vinoMethod · 0.45

Tested by

no test coverage detected