Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
993
void 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_remote
Method · 0.80
Calls
3
put
Function · 0.70
erase
Method · 0.45
empty
Method · 0.45
Tested by
no test coverage detected