Searched refs:ECRYPTFS_ENCRYPTED_VIEW_ENABLED (Results 1 – 4 of 4) sorted by relevance
176 if (mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED) in ecryptfs_show_options()
339 ECRYPTFS_ENCRYPTED_VIEW_ENABLED; in ecryptfs_parse_options()577 if (sb_rdonly(path.dentry->d_sb) || mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED) in ecryptfs_mount()
717 if (mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED) in ecryptfs_copy_mount_wide_flags_to_inode_flags()1269 if (mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED) { in ecryptfs_i_size_init()2039 !(mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED)) { in ecryptfs_decode_and_decrypt_filename()
347 #define ECRYPTFS_ENCRYPTED_VIEW_ENABLED 0x00000004 macro