Home
last modified time | relevance | path

Searched refs:ECRYPTFS_ENCRYPTED (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/fs/ecryptfs/
Dmmap.c200 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()
Dread_write.c182 if (crypt_stat->flags & ECRYPTFS_ENCRYPTED) in ecryptfs_write()
199 if (crypt_stat->flags & ECRYPTFS_ENCRYPTED) { in ecryptfs_write()
Dfile.c155 | ECRYPTFS_ENCRYPTED); in read_or_initialize_metadata()
206 | ECRYPTFS_ENCRYPTED); in ecryptfs_open()
229 crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); in ecryptfs_open()
Dinode.c229 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()
Dcrypto.c499 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()
Decryptfs_kernel.h215 #define ECRYPTFS_ENCRYPTED 0x00000004 macro
Dkeystore.c1827 crypt_stat->flags |= ECRYPTFS_ENCRYPTED; in ecryptfs_parse_packet_set()
1841 crypt_stat->flags |= ECRYPTFS_ENCRYPTED; in ecryptfs_parse_packet_set()