MCPcopy 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
374int64_t FSCryptKeyHandler::get_epoch()
375{
376 std::shared_lock rl{lock};
377 return epoch;
378}
379
380FSCryptKeyRef& FSCryptKeyHandler::get_key()
381{

Callers 15

is_validMethod · 0.45
init_dencMethod · 0.45
dump_statusMethod · 0.45
dump_mds_sessionsMethod · 0.45
send_requestMethod · 0.45
handle_osd_mapMethod · 0.45
handle_fs_mapMethod · 0.45
handle_fs_map_userMethod · 0.45
handle_mds_mapMethod · 0.45
fetch_fsmapMethod · 0.45
mountMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected