Home
last modified time | relevance | path

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

/fs/ecryptfs/
Dfile.c191 | ECRYPTFS_ENCRYPTED); in ecryptfs_open()
216 crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); in ecryptfs_open()
240 crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); in ecryptfs_open()
Dmmap.c200 || !(crypt_stat->flags & ECRYPTFS_ENCRYPTED) in ecryptfs_readpage()
301 if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED) in ecryptfs_write_begin()
Dcrypto.c486 if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_encrypt_page()
623 if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_decrypt_page()
1015 crypt_stat->flags |= (ECRYPTFS_ENCRYPTED | ECRYPTFS_KEY_VALID); in ecryptfs_new_file_context()
1073 {0x00000002, ECRYPTFS_ENCRYPTED},
1385 if (likely(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_write_metadata()
Dinode.c180 crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); in ecryptfs_initialize_file()
895 crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); in ecryptfs_setattr()
917 crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); in ecryptfs_setattr()
Decryptfs_kernel.h261 #define ECRYPTFS_ENCRYPTED 0x00000008 macro
Dkeystore.c1712 crypt_stat->flags |= ECRYPTFS_ENCRYPTED; in ecryptfs_parse_packet_set()
1726 crypt_stat->flags |= ECRYPTFS_ENCRYPTED; in ecryptfs_parse_packet_set()