Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ caps_mds_wanted
Method
caps_mds_wanted
src/client/Inode.cc:380–387 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
378
}
379
380
int Inode::caps_mds_wanted()
381
{
382
int want = 0;
383
for (const auto &pair : caps) {
384
want |= pair.second.wanted;
385
}
386
return want;
387
}
388
389
int Inode::caps_dirty()
390
{
Callers
1
get_caps
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected