Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ecryptfs/
Dmmap.c186 if (!crypt_stat || !(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_readpage()
284 if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_write_begin()
445 BUG_ON(!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)); in ecryptfs_write_inode_size_to_metadata()
477 if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_write_end()
Dread_write.c170 if (crypt_stat->flags & ECRYPTFS_ENCRYPTED) in ecryptfs_write()
187 if (crypt_stat->flags & ECRYPTFS_ENCRYPTED) { in ecryptfs_write()
Dfile.c151 | ECRYPTFS_ENCRYPTED); in read_or_initialize_metadata()
215 | ECRYPTFS_ENCRYPTED); in ecryptfs_open()
Dinode.c220 crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); in ecryptfs_initialize_file()
762 if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in truncate_upper()
902 crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); in ecryptfs_setattr()
931 | ECRYPTFS_ENCRYPTED); in ecryptfs_setattr()
Dcrypto.c463 BUG_ON(!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)); in ecryptfs_encrypt_page()
531 BUG_ON(!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)); in ecryptfs_decrypt_page()
796 crypt_stat->flags |= (ECRYPTFS_ENCRYPTED | ECRYPTFS_KEY_VALID); in ecryptfs_new_file_context()
854 {0x00000002, ECRYPTFS_ENCRYPTED},
1170 if (likely(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_write_metadata()
Decryptfs_kernel.h217 #define ECRYPTFS_ENCRYPTED 0x00000004 macro
Dkeystore.c1822 crypt_stat->flags |= ECRYPTFS_ENCRYPTED; in ecryptfs_parse_packet_set()
1836 crypt_stat->flags |= ECRYPTFS_ENCRYPTED; in ecryptfs_parse_packet_set()