Home
last modified time | relevance | path

Searched refs:ECRYPTFS_ENCRYPTED (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dread_write.c170 if (crypt_stat->flags & ECRYPTFS_ENCRYPTED) in ecryptfs_write()
187 if (crypt_stat->flags & ECRYPTFS_ENCRYPTED) { in ecryptfs_write()
H A 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()
H A Dfile.c151 | ECRYPTFS_ENCRYPTED); in read_or_initialize_metadata()
215 | ECRYPTFS_ENCRYPTED); in ecryptfs_open()
H A Dinode.c228 crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); in ecryptfs_initialize_file()
770 if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in truncate_upper()
910 crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); in ecryptfs_setattr()
939 | ECRYPTFS_ENCRYPTED); in ecryptfs_setattr()
H A Dcrypto.c448 BUG_ON(!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)); in ecryptfs_encrypt_page()
516 BUG_ON(!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)); in ecryptfs_decrypt_page()
781 crypt_stat->flags |= (ECRYPTFS_ENCRYPTED | ECRYPTFS_KEY_VALID); in ecryptfs_new_file_context()
839 {0x00000002, ECRYPTFS_ENCRYPTED},
1155 if (likely(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_write_metadata()
H A Decryptfs_kernel.h217 #define ECRYPTFS_ENCRYPTED 0x00000004 macro
H A Dkeystore.c1822 crypt_stat->flags |= ECRYPTFS_ENCRYPTED; in ecryptfs_parse_packet_set()
1836 crypt_stat->flags |= ECRYPTFS_ENCRYPTED; in ecryptfs_parse_packet_set()
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dread_write.c170 if (crypt_stat->flags & ECRYPTFS_ENCRYPTED) in ecryptfs_write()
187 if (crypt_stat->flags & ECRYPTFS_ENCRYPTED) { in ecryptfs_write()
H A Dmmap.c188 if (!crypt_stat || !(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_read_folio()
285 if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_write_begin()
446 BUG_ON(!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)); in ecryptfs_write_inode_size_to_metadata()
478 if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_write_end()
H A Dfile.c170 | ECRYPTFS_ENCRYPTED); in read_or_initialize_metadata()
234 | ECRYPTFS_ENCRYPTED); in ecryptfs_open()
H A Dinode.c229 crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); in ecryptfs_initialize_file()
771 if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in truncate_upper()
916 crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); in ecryptfs_setattr()
945 | ECRYPTFS_ENCRYPTED); in ecryptfs_setattr()
H A Dcrypto.c422 BUG_ON(!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)); in ecryptfs_encrypt_page()
490 BUG_ON(!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)); in ecryptfs_decrypt_page()
754 crypt_stat->flags |= (ECRYPTFS_ENCRYPTED | ECRYPTFS_KEY_VALID); in ecryptfs_new_file_context()
812 {0x00000002, ECRYPTFS_ENCRYPTED},
1128 if (likely(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_write_metadata()
H A Decryptfs_kernel.h217 #define ECRYPTFS_ENCRYPTED 0x00000004 macro
H A Dkeystore.c1823 crypt_stat->flags |= ECRYPTFS_ENCRYPTED; in ecryptfs_parse_packet_set()
1837 crypt_stat->flags |= ECRYPTFS_ENCRYPTED; in ecryptfs_parse_packet_set()

Completed in 20 milliseconds