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

Method get_first_parent

src/client/Inode.h:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277 std::list<ceph::condition_variable*> waitfor_deleg;
278
279 Dentry *get_first_parent() {
280 ceph_assert(!dentries.empty());
281 return *dentries.begin();
282 }
283
284 void make_long_path(filepath& p);
285 void make_short_path(filepath& p);

Callers 8

choose_target_mdsMethod · 0.80
close_dirMethod · 0.80
linkMethod · 0.80
_lookupMethod · 0.80
_readdir_r_cbMethod · 0.80
_getcwdMethod · 0.80
_ll_getMethod · 0.80
_ll_putMethod · 0.80

Calls 2

emptyMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected