Searched refs:fscrypt_needs_contents_encryption (Results 1 – 1 of 1) sorted by relevance
221 static inline bool fscrypt_needs_contents_encryption(const struct inode *inode) in fscrypt_needs_contents_encryption() function458 static inline bool fscrypt_needs_contents_encryption(const struct inode *inode) in fscrypt_needs_contents_encryption() function883 return !fscrypt_needs_contents_encryption(inode); in fscrypt_dio_supported()904 return fscrypt_needs_contents_encryption(inode) && in fscrypt_inode_uses_inline_crypto()919 return fscrypt_needs_contents_encryption(inode) && in fscrypt_inode_uses_fs_layer_crypto()
Completed in 6 milliseconds