MCPcopy 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
3814std::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
3821bool CDir::should_split_fast() const
3822{

Callers 7

handle_payloadMethod · 0.45
dumpMethod · 0.45
handle_discoverMethod · 0.45
handle_dir_updateMethod · 0.45
MClientRequestClass · 0.45
filepath.ccFile · 0.45

Calls 1

make_path_stringMethod · 0.45

Tested by

no test coverage detected