ECRYPTFS_ENCRYPTED  486 fs/ecryptfs/crypto.c 	if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) {
ECRYPTFS_ENCRYPTED  623 fs/ecryptfs/crypto.c 	if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) {
ECRYPTFS_ENCRYPTED 1004 fs/ecryptfs/crypto.c 	crypt_stat->flags |= (ECRYPTFS_ENCRYPTED | ECRYPTFS_KEY_VALID);
ECRYPTFS_ENCRYPTED 1062 fs/ecryptfs/crypto.c 	{0x00000002, ECRYPTFS_ENCRYPTED},
ECRYPTFS_ENCRYPTED 1358 fs/ecryptfs/crypto.c 	if (likely(crypt_stat->flags & ECRYPTFS_ENCRYPTED)) {
ECRYPTFS_ENCRYPTED  192 fs/ecryptfs/file.c 				      | ECRYPTFS_ENCRYPTED);
ECRYPTFS_ENCRYPTED  217 fs/ecryptfs/file.c 		crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED);
ECRYPTFS_ENCRYPTED  241 fs/ecryptfs/file.c 			crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED);
ECRYPTFS_ENCRYPTED  181 fs/ecryptfs/inode.c 		crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED);
ECRYPTFS_ENCRYPTED  864 fs/ecryptfs/inode.c 		crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED);
ECRYPTFS_ENCRYPTED  886 fs/ecryptfs/inode.c 			crypt_stat->flags &= ~(ECRYPTFS_ENCRYPTED);
ECRYPTFS_ENCRYPTED 1202 fs/ecryptfs/keystore.c 			crypt_stat->flags |= ECRYPTFS_ENCRYPTED;
ECRYPTFS_ENCRYPTED 1216 fs/ecryptfs/keystore.c 			crypt_stat->flags |= ECRYPTFS_ENCRYPTED;
ECRYPTFS_ENCRYPTED  200 fs/ecryptfs/mmap.c 	    || !(crypt_stat->flags & ECRYPTFS_ENCRYPTED)
ECRYPTFS_ENCRYPTED  289 fs/ecryptfs/mmap.c 		if (!(crypt_stat->flags & ECRYPTFS_ENCRYPTED)