MCPcopy Create free account
hub / github.com/ceph/ceph / find

Method find

src/client/FSCrypt.cc:507–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505}
506
507int FSCryptKeyStore::find(const struct ceph_fscrypt_key_identifier& id, FSCryptKeyHandlerRef& kh)
508{
509 std::shared_lock rl{lock};
510
511 return _find(id, kh);
512}
513
514int FSCryptKeyStore::invalidate(struct fscrypt_remove_key_arg* arg, int user)
515{

Callers 15

get_filehandleMethod · 0.45
get_sys_errnoFunction · 0.45
try_touch_capMethod · 0.45
detachMethod · 0.45
createMethod · 0.45
_findMethod · 0.45
do_setup_cipherMethod · 0.45
init_dencMethod · 0.45
_map_faked_inoMethod · 0.45
add_update_inodeMethod · 0.45
insert_dentry_inodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected