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

Method dentry

src/client/MetaRequest.cc:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 _dentry = std::move(dn);
62}
63Dentry *MetaRequest::dentry() {
64 return _dentry.get();
65}
66
67void MetaRequest::set_old_dentry(DentryRef dn) {
68 ceph_assert(_old_dentry.get() == NULL);

Callers 6

insert_traceMethod · 0.45
choose_target_mdsMethod · 0.45
verify_reply_traceMethod · 0.45
encode_cap_releasesMethod · 0.45
send_requestMethod · 0.45
build_client_requestMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected