Home
last modified time | relevance | path

Searched refs:ECRYPTFS_VIEW_AS_ENCRYPTED (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ecryptfs/
H A Dmmap.c192 } else if (crypt_stat->flags & ECRYPTFS_VIEW_AS_ENCRYPTED) { in ecryptfs_read_folio()
297 } else if (crypt_stat->flags & ECRYPTFS_VIEW_AS_ENCRYPTED) { in ecryptfs_write_begin()
H A Decryptfs_kernel.h223 #define ECRYPTFS_VIEW_AS_ENCRYPTED 0x00000100 macro
H A Dcrypto.c663 crypt_stat->flags |= ECRYPTFS_VIEW_AS_ENCRYPTED; in ecryptfs_copy_mount_wide_flags_to_inode_flags()