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

Method old_dentry

src/client/MetaRequest.cc:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 _old_dentry = std::move(dn);
70}
71Dentry *MetaRequest::old_dentry() {
72 return _old_dentry.get();
73}

Callers 2

insert_traceMethod · 0.80
encode_cap_releasesMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected