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

Method up

src/client/SyntheticClient.cc:1002–1007  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1000}
1001
1002void SyntheticClient::up()
1003{
1004 cwd = cwd.prefixpath(cwd.depth()-1);
1005 dout(DBL) << "cd .. -> " << cwd << dendl;
1006 clear_dir();
1007}
1008
1009int SyntheticClient::play_trace(Trace& t, string& prefix, bool metadata_only)
1010{

Callers

nothing calls this directly

Calls 2

prefixpathMethod · 0.80
depthMethod · 0.80

Tested by

no test coverage detected