Home
last modified time | relevance | path

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

/linux-5.10/fs/crypto/
Dfscrypt_private.h190 struct fscrypt_info { struct
195 /* True if ci_enc_key should be freed when this fscrypt_info is freed */ argument
196 bool ci_owns_key;
203 bool ci_inlinecrypt;
210 struct fscrypt_mode *ci_mode;
213 struct inode *ci_inode;
220 struct key *ci_master_key;
226 struct list_head ci_master_key_link;
232 struct fscrypt_direct_key *ci_direct_key;
258 extern struct kmem_cache *fscrypt_info_cachep; argument