Home
last modified time | relevance | path

Searched refs:ECRYPTFS_ENCRYPTED (Results 1 – 2 of 2) 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 Decryptfs_kernel.h215 #define ECRYPTFS_ENCRYPTED 0x00000004 macro