Home
last modified time | relevance | path

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

/Linux-v4.19/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()
459 BUG_ON(!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)); in ecryptfs_write_inode_size_to_metadata()
491 if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_write_end()
Dread_write.c184 if (crypt_stat->flags & ECRYPTFS_ENCRYPTED) in ecryptfs_write()
201 if (crypt_stat->flags & ECRYPTFS_ENCRYPTED) { in ecryptfs_write()
Dfile.c165 | ECRYPTFS_ENCRYPTED); in read_or_initialize_metadata()
229 | ECRYPTFS_ENCRYPTED); in ecryptfs_open()
Dinode.c226 crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); in ecryptfs_initialize_file()
749 if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in truncate_upper()
889 crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); in ecryptfs_setattr()
918 | ECRYPTFS_ENCRYPTED); in ecryptfs_setattr()
Dcrypto.c477 BUG_ON(!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)); in ecryptfs_encrypt_page()
545 BUG_ON(!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)); in ecryptfs_decrypt_page()
809 crypt_stat->flags |= (ECRYPTFS_ENCRYPTED | ECRYPTFS_KEY_VALID); in ecryptfs_new_file_context()
867 {0x00000002, ECRYPTFS_ENCRYPTED},
1173 if (likely(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_write_metadata()
Decryptfs_kernel.h231 #define ECRYPTFS_ENCRYPTED 0x00000004 macro
Dkeystore.c1836 crypt_stat->flags |= ECRYPTFS_ENCRYPTED; in ecryptfs_parse_packet_set()
1850 crypt_stat->flags |= ECRYPTFS_ENCRYPTED; in ecryptfs_parse_packet_set()