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

Method prefixpath

src/include/filepath.cc:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79filepath filepath::prefixpath(int s) const {
80 filepath t(ino);
81 for (int i=0; i<s; i++)
82 t.push_dentry(bits[i]);
83 return t;
84}
85
86filepath filepath::postfixpath(int s) const {
87 filepath t;

Callers 1

upMethod · 0.80

Calls 1

push_dentryMethod · 0.45

Tested by

no test coverage detected