Home
last modified time | relevance | path

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

/linux/fs/ecryptfs/
H A Dmmap.c170 if (!crypt_stat || !(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_read_folio()
263 if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in ecryptfs_write_begin()
423 BUG_ON(!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)); in ecryptfs_write_inode_size_to_metadata()
455 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()
781 if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { in truncate_upper()
926 crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); in ecryptfs_setattr()
955 | ECRYPTFS_ENCRYPTED); in ecryptfs_setattr()
H A Decryptfs_kernel.h217 #define ECRYPTFS_ENCRYPTED 0x00000004 macro
H A Dkeystore.c1825 crypt_stat->flags |= ECRYPTFS_ENCRYPTED; in ecryptfs_parse_packet_set()
1839 crypt_stat->flags |= ECRYPTFS_ENCRYPTED; in ecryptfs_parse_packet_set()