Home
last modified time | relevance | path

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

/linux/include/linux/
A Dfscrypt.h220 static inline bool fscrypt_needs_contents_encryption(const struct inode *inode) in fscrypt_needs_contents_encryption() function
458 static inline bool fscrypt_needs_contents_encryption(const struct inode *inode) in fscrypt_needs_contents_encryption() function
885 return !fscrypt_needs_contents_encryption(inode); in fscrypt_dio_supported()
906 return fscrypt_needs_contents_encryption(inode) && in fscrypt_inode_uses_inline_crypto()
921 return fscrypt_needs_contents_encryption(inode) && in fscrypt_inode_uses_fs_layer_crypto()
/linux/fs/crypto/
A Dinline_crypt.c413 if (!fscrypt_needs_contents_encryption(inode)) in fscrypt_dio_supported()

Completed in 7 milliseconds