fscrypt_prepare_key
int fscrypt_prepare_key(struct fscrypt_prepared_key *prep_key,
return fscrypt_prepare_key(&ci->ci_enc_key, raw_key, ci);
err = fscrypt_prepare_key(prep_key, mode_key, ci);
err = fscrypt_prepare_key(&dk->dk_key, raw_key, ci);