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

Method remove_remote_parent

src/mds/CInode.cc:993–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

991 remote_parents.insert(p);
992}
993void CInode::remove_remote_parent(CDentry *p)
994{
995 remote_parents.erase(p);
996 if (remote_parents.empty())
997 put(PIN_REMOTEPARENT);
998}
999
1000
1001

Callers 1

unlink_remoteMethod · 0.80

Calls 3

putFunction · 0.70
eraseMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected