Home
last modified time | relevance | path

Searched defs:fscrypt_info (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/fs/crypto/
Dfscrypt_private.h198 struct fscrypt_info { struct
203 /* True if ci_enc_key should be freed when this fscrypt_info is freed */ argument
204 bool ci_owns_key;
211 bool ci_inlinecrypt;
218 struct fscrypt_mode *ci_mode;
221 struct inode *ci_inode;
228 struct fscrypt_master_key *ci_master_key;
234 struct list_head ci_master_key_link;
240 struct fscrypt_direct_key *ci_direct_key;
266 extern struct kmem_cache *fscrypt_info_cachep; argument