Lines Matching refs:mount_crypt_stat
118 &ecryptfs_superblock_to_private(dentry->d_sb)->mount_crypt_stat); in ecryptfs_statfs()
149 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_show_options() local
150 &ecryptfs_superblock_to_private(sb)->mount_crypt_stat; in ecryptfs_show_options()
153 mutex_lock(&mount_crypt_stat->global_auth_tok_list_mutex); in ecryptfs_show_options()
155 &mount_crypt_stat->global_auth_tok_list, in ecryptfs_show_options()
162 mutex_unlock(&mount_crypt_stat->global_auth_tok_list_mutex); in ecryptfs_show_options()
165 mount_crypt_stat->global_default_cipher_name); in ecryptfs_show_options()
167 if (mount_crypt_stat->global_default_cipher_key_size) in ecryptfs_show_options()
169 mount_crypt_stat->global_default_cipher_key_size); in ecryptfs_show_options()
170 if (mount_crypt_stat->flags & ECRYPTFS_PLAINTEXT_PASSTHROUGH_ENABLED) in ecryptfs_show_options()
172 if (mount_crypt_stat->flags & ECRYPTFS_XATTR_METADATA_ENABLED) in ecryptfs_show_options()
174 if (mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED) in ecryptfs_show_options()
176 if (mount_crypt_stat->flags & ECRYPTFS_UNLINK_SIGS) in ecryptfs_show_options()
178 if (mount_crypt_stat->flags & ECRYPTFS_GLOBAL_MOUNT_AUTH_TOK_ONLY) in ecryptfs_show_options()