Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dfscrypt.h221 static inline bool fscrypt_needs_contents_encryption(const struct inode *inode) in fscrypt_needs_contents_encryption() function
459 static inline bool fscrypt_needs_contents_encryption(const struct inode *inode) in fscrypt_needs_contents_encryption() function
886 return !fscrypt_needs_contents_encryption(inode); in fscrypt_dio_supported()
907 return fscrypt_needs_contents_encryption(inode) && in fscrypt_inode_uses_inline_crypto()
922 return fscrypt_needs_contents_encryption(inode) && in fscrypt_inode_uses_fs_layer_crypto()
/linux-6.14.4/fs/crypto/
Dinline_crypt.c413 if (!fscrypt_needs_contents_encryption(inode)) in fscrypt_dio_supported()