Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dfscrypt.h255 static inline bool fscrypt_needs_contents_encryption(const struct inode *inode) in fscrypt_needs_contents_encryption() function
492 static inline bool fscrypt_needs_contents_encryption(const struct inode *inode) in fscrypt_needs_contents_encryption() function
917 return !fscrypt_needs_contents_encryption(inode); in fscrypt_dio_supported()
938 return fscrypt_needs_contents_encryption(inode) && in fscrypt_inode_uses_inline_crypto()
953 return fscrypt_needs_contents_encryption(inode) && in fscrypt_inode_uses_fs_layer_crypto()
/linux/fs/crypto/
H A Dinline_crypt.c449 if (!fscrypt_needs_contents_encryption(inode)) in fscrypt_dio_supported()