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

Method pop_dentry

src/include/filepath.cc:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void filepath::pop_dentry() {
94 if (bits.empty() && path.length() > 0)
95 parse_bits();
96 bits.pop_back();
97 rebuild_path();
98}
99
100void filepath::push_dentry(std::string_view s) {
101 if (bits.empty() && path.length() > 0)

Callers 2

mountMethod · 0.80
path_walkMethod · 0.80

Calls 3

emptyMethod · 0.45
lengthMethod · 0.45
pop_backMethod · 0.45

Tested by

no test coverage detected