Home
last modified time | relevance | path

Searched refs:fscrypt_needs_contents_encryption (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dfscrypt.h104 static inline bool fscrypt_needs_contents_encryption(const struct inode *inode) in fscrypt_needs_contents_encryption() function
276 static inline bool fscrypt_needs_contents_encryption(const struct inode *inode) in fscrypt_needs_contents_encryption() function
664 return !fscrypt_needs_contents_encryption(inode); in fscrypt_dio_supported()
699 return fscrypt_needs_contents_encryption(inode) && in fscrypt_inode_uses_inline_crypto()
714 return fscrypt_needs_contents_encryption(inode) && in fscrypt_inode_uses_fs_layer_crypto()
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dinline_crypt.c418 if (!fscrypt_needs_contents_encryption(inode)) in fscrypt_dio_supported()