Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ecryptfs/
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()
Decryptfs_kernel.h223 #define ECRYPTFS_VIEW_AS_ENCRYPTED 0x00000100 macro
Dcrypto.c687 crypt_stat->flags |= ECRYPTFS_VIEW_AS_ENCRYPTED; in ecryptfs_copy_mount_wide_flags_to_inode_flags()