Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfscrypt.h203 static inline bool fscrypt_needs_contents_encryption(const struct inode *inode) in fscrypt_needs_contents_encryption() function
398 static inline bool fscrypt_needs_contents_encryption(const struct inode *inode) in fscrypt_needs_contents_encryption() function
820 return !fscrypt_needs_contents_encryption(inode); in fscrypt_dio_supported()
841 return fscrypt_needs_contents_encryption(inode) && in fscrypt_inode_uses_inline_crypto()
856 return fscrypt_needs_contents_encryption(inode) && in fscrypt_inode_uses_fs_layer_crypto()
/openbmc/linux/fs/crypto/
H A Dinline_crypt.c411 if (!fscrypt_needs_contents_encryption(inode)) in fscrypt_dio_supported()