| 505 | } |
| 506 | |
| 507 | int 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 | |
| 514 | int FSCryptKeyStore::invalidate(struct fscrypt_remove_key_arg* arg, int user) |
| 515 | { |
no outgoing calls
no test coverage detected