Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ dec_opened_inodes
Method
dec_opened_inodes
src/client/Client.h:1012–1014 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1010
++opened_inodes;
1011
}
1012
void dec_opened_inodes() {
1013
--opened_inodes;
1014
}
1015
std::pair<uint64_t, uint64_t> get_opened_inodes_rates() {
1016
return std::make_pair(opened_inodes, inode_map.size());
1017
}
Callers
1
put_open_ref
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected