Lines Matching refs:mount_crypt_stat
123 ecryptfs_destroy_mount_crypt_stat(&sb_info->mount_crypt_stat); in ecryptfs_put_super()
165 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_show_options() local
166 &ecryptfs_superblock_to_private(sb)->mount_crypt_stat; in ecryptfs_show_options()
169 mutex_lock(&mount_crypt_stat->global_auth_tok_list_mutex); in ecryptfs_show_options()
171 &mount_crypt_stat->global_auth_tok_list, in ecryptfs_show_options()
175 mutex_unlock(&mount_crypt_stat->global_auth_tok_list_mutex); in ecryptfs_show_options()
178 mount_crypt_stat->global_default_cipher_name); in ecryptfs_show_options()
180 if (mount_crypt_stat->global_default_cipher_key_size) in ecryptfs_show_options()
182 mount_crypt_stat->global_default_cipher_key_size); in ecryptfs_show_options()
183 if (mount_crypt_stat->flags & ECRYPTFS_PLAINTEXT_PASSTHROUGH_ENABLED) in ecryptfs_show_options()
185 if (mount_crypt_stat->flags & ECRYPTFS_XATTR_METADATA_ENABLED) in ecryptfs_show_options()
187 if (mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED) in ecryptfs_show_options()