Searched refs:is_encrypted (Results 1 – 4 of 4) sorted by relevance
176 bool is_encrypted = false; in tx_helper() local196 if (is_encrypted) in tx_helper()
82 if (is_encrypted(ni)) in ntfs_getattr()362 if (is_encrypted(ni)) { in ntfs_file_mmap()803 if (is_encrypted(ni)) { in ntfs_file_read_iter()1103 if (is_encrypted(ni)) { in ntfs_file_write_iter()1157 if (unlikely((is_compressed(ni) || is_encrypted(ni)) && in ntfs_file_open()
1051 static inline bool is_encrypted(const struct ntfs_inode *ni) in is_encrypted() function
952 int is_encrypted = !is_decrypted; in tls_device_decrypted() local958 is_encrypted &= !skb_iter->decrypted; in tls_device_decrypted()963 is_encrypted, is_decrypted); in tls_device_decrypted()968 if (likely(is_encrypted || is_decrypted)) in tls_device_decrypted()986 if (is_encrypted) { in tls_device_decrypted()
Completed in 12 milliseconds