Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ set_dentry
Method
set_dentry
src/client/MetaRequest.cc:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
void MetaRequest::set_dentry(DentryRef dn) {
60
ceph_assert(_dentry.get() == NULL);
61
_dentry = std::move(dn);
62
}
63
Dentry *MetaRequest::dentry() {
64
return _dentry.get();
65
}
Callers
8
_mknod
Method · 0.80
_create
Method · 0.80
_mkdir
Method · 0.80
_symlink
Method · 0.80
_unlink
Method · 0.80
_rmdir
Method · 0.80
_rename
Method · 0.80
_link
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected