Home
last modified time | relevance | path

Searched refs:ECRYPTFS_ENCRYPT_FILENAMES (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/ecryptfs/
Dcrypto.c741 crypt_stat->flags |= ECRYPTFS_ENCRYPT_FILENAMES; in ecryptfs_copy_mount_wide_flags_to_inode_flags()
890 {0x00000008, ECRYPTFS_ENCRYPT_FILENAMES}
1956 if ((crypt_stat && (crypt_stat->flags & ECRYPTFS_ENCRYPT_FILENAMES)) in ecryptfs_encrypt_and_encode_filename()
Decryptfs_kernel.h222 #define ECRYPTFS_ENCRYPT_FILENAMES 0x00000400 macro