Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
63
Dentry *MetaRequest::dentry() {
64
return _dentry.get();
65
}
66
67
void MetaRequest::set_old_dentry(DentryRef dn) {
68
ceph_assert(_old_dentry.get() == NULL);
Callers
6
insert_trace
Method · 0.45
choose_target_mds
Method · 0.45
verify_reply_trace
Method · 0.45
encode_cap_releases
Method · 0.45
send_request
Method · 0.45
build_client_request
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected