Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ get_path
Method
get_path
src/mds/CDir.cc:3814–3819 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3812
}
3813
3814
std::string CDir::get_path(bool trim_path) const
3815
{
3816
std::string path;
3817
get_inode()->make_path_string(path, true);
3818
return path;
3819
}
3820
3821
bool CDir::should_split_fast() const
3822
{
Callers
7
handle_export_discover
Method · 0.45
handle_payload
Method · 0.45
dump
Method · 0.45
handle_discover
Method · 0.45
handle_dir_update
Method · 0.45
MClientRequest
Class · 0.45
filepath.cc
File · 0.45
Calls
1
make_path_string
Method · 0.45
Tested by
no test coverage detected