Home
last modified time | relevance | path

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

/fs/ecryptfs/
Dcrypto.c928 crypt_stat->flags |= ECRYPTFS_ENCRYPT_FILENAMES; in ecryptfs_copy_mount_wide_flags_to_inode_flags()
1075 {0x00000008, ECRYPTFS_ENCRYPT_FILENAMES}
2117 if ((crypt_stat && (crypt_stat->flags & ECRYPTFS_ENCRYPT_FILENAMES)) in ecryptfs_encrypt_and_encode_filename()
Decryptfs_kernel.h269 #define ECRYPTFS_ENCRYPT_FILENAMES 0x00000800 macro