Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ dec_opened_files
Method
dec_opened_files
src/client/Client.h:992–994 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
990
++opened_files;
991
}
992
void dec_opened_files() {
993
--opened_files;
994
}
995
std::pair<uint64_t, uint64_t> get_opened_files_rates() {
996
return std::make_pair(opened_files, inode_map.size());
997
}
Callers
1
put_open_ref
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected