Home
last modified time | relevance | path

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

/linux/fs/crypto/
A 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 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

Completed in 3 milliseconds