Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ceph/ceph
/ get_epoch
Method
get_epoch
src/client/FSCrypt.cc:374–378 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
}
373
374
int64_t FSCryptKeyHandler::get_epoch()
375
{
376
std::shared_lock rl{lock};
377
return epoch;
378
}
379
380
FSCryptKeyRef& FSCryptKeyHandler::get_key()
381
{
Callers
15
is_valid
Method · 0.45
init_denc
Method · 0.45
dump_status
Method · 0.45
dump_mds_sessions
Method · 0.45
send_request
Method · 0.45
handle_osd_map
Method · 0.45
handle_fs_map
Method · 0.45
handle_fs_map_user
Method · 0.45
handle_mds_map
Method · 0.45
fetch_fsmap
Method · 0.45
mount
Method · 0.45
renew_and_flush_cap_releases
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected