Searched defs:fscrypt_info (Results 1 – 1 of 1) sorted by relevance
193 struct fscrypt_info { struct198 /* True if ci_enc_key should be freed when this fscrypt_info is freed */ argument199 bool ci_owns_key;206 bool ci_inlinecrypt;213 struct fscrypt_mode *ci_mode;216 struct inode *ci_inode;223 struct fscrypt_master_key *ci_master_key;229 struct list_head ci_master_key_link;235 struct fscrypt_direct_key *ci_direct_key;261 extern struct kmem_cache *fscrypt_info_cachep; argument