Searched refs:ECRYPTFS_ENCRYPTED (Results 1 – 7 of 7) sorted by relevance
200 if (!crypt_stat || !(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_readpage()298 if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_write_begin()461 BUG_ON(!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)); in ecryptfs_write_inode_size_to_metadata()493 if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_write_end()
182 if (crypt_stat->flags & ECRYPTFS_ENCRYPTED) in ecryptfs_write()199 if (crypt_stat->flags & ECRYPTFS_ENCRYPTED) { in ecryptfs_write()
155 | ECRYPTFS_ENCRYPTED); in read_or_initialize_metadata()206 | ECRYPTFS_ENCRYPTED); in ecryptfs_open()229 crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); in ecryptfs_open()
229 crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); in ecryptfs_initialize_file()774 if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in truncate_upper()911 crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); in ecryptfs_setattr()940 | ECRYPTFS_ENCRYPTED); in ecryptfs_setattr()
499 BUG_ON(!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)); in ecryptfs_encrypt_page()567 BUG_ON(!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)); in ecryptfs_decrypt_page()831 crypt_stat->flags |= (ECRYPTFS_ENCRYPTED | ECRYPTFS_KEY_VALID); in ecryptfs_new_file_context()889 {0x00000002, ECRYPTFS_ENCRYPTED},1196 if (likely(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_write_metadata()
215 #define ECRYPTFS_ENCRYPTED 0x00000004 macro
1827 crypt_stat->flags |= ECRYPTFS_ENCRYPTED; in ecryptfs_parse_packet_set()1841 crypt_stat->flags |= ECRYPTFS_ENCRYPTED; in ecryptfs_parse_packet_set()