ECRYPTFS_ENCRYPTED 465 fs/ecryptfs/crypto.c BUG_ON(!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)); ECRYPTFS_ENCRYPTED 533 fs/ecryptfs/crypto.c BUG_ON(!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)); ECRYPTFS_ENCRYPTED 798 fs/ecryptfs/crypto.c crypt_stat->flags |= (ECRYPTFS_ENCRYPTED | ECRYPTFS_KEY_VALID); ECRYPTFS_ENCRYPTED 856 fs/ecryptfs/crypto.c {0x00000002, ECRYPTFS_ENCRYPTED}, ECRYPTFS_ENCRYPTED 1172 fs/ecryptfs/crypto.c if (likely(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { ECRYPTFS_ENCRYPTED 151 fs/ecryptfs/file.c | ECRYPTFS_ENCRYPTED); ECRYPTFS_ENCRYPTED 215 fs/ecryptfs/file.c | ECRYPTFS_ENCRYPTED); ECRYPTFS_ENCRYPTED 220 fs/ecryptfs/inode.c crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); ECRYPTFS_ENCRYPTED 762 fs/ecryptfs/inode.c if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { ECRYPTFS_ENCRYPTED 902 fs/ecryptfs/inode.c crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED); ECRYPTFS_ENCRYPTED 931 fs/ecryptfs/inode.c | ECRYPTFS_ENCRYPTED); ECRYPTFS_ENCRYPTED 1822 fs/ecryptfs/keystore.c crypt_stat->flags |= ECRYPTFS_ENCRYPTED; ECRYPTFS_ENCRYPTED 1836 fs/ecryptfs/keystore.c crypt_stat->flags |= ECRYPTFS_ENCRYPTED; ECRYPTFS_ENCRYPTED 186 fs/ecryptfs/mmap.c if (!crypt_stat || !(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { ECRYPTFS_ENCRYPTED 284 fs/ecryptfs/mmap.c if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { ECRYPTFS_ENCRYPTED 445 fs/ecryptfs/mmap.c BUG_ON(!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)); ECRYPTFS_ENCRYPTED 477 fs/ecryptfs/mmap.c if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) { ECRYPTFS_ENCRYPTED 170 fs/ecryptfs/read_write.c if (crypt_stat->flags & ECRYPTFS_ENCRYPTED) ECRYPTFS_ENCRYPTED 187 fs/ecryptfs/read_write.c if (crypt_stat->flags & ECRYPTFS_ENCRYPTED) {