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

Method init_fscrypt_ctx

src/client/Inode.cc:872–875  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

870
871#if defined(__linux__)
872FSCryptContextRef Inode::init_fscrypt_ctx(FSCrypt *fscrypt)
873{
874 return fscrypt->init_ctx(fscrypt_auth);
875}
876
877void Inode::gen_inherited_fscrypt_auth(std::vector<uint8_t> *fsa)
878{

Callers 2

add_update_inodeMethod · 0.80
_do_setattrMethod · 0.80

Calls 1

init_ctxMethod · 0.80

Tested by

no test coverage detected