Lines Matching refs:mount_crypt_stat
104 &ecryptfs_superblock_to_private(dentry->d_sb)->mount_crypt_stat); in ecryptfs_statfs()
135 struct ecryptfs_mount_crypt_stat *mount_crypt_stat = in ecryptfs_show_options() local
136 &ecryptfs_superblock_to_private(sb)->mount_crypt_stat; in ecryptfs_show_options()
139 mutex_lock(&mount_crypt_stat->global_auth_tok_list_mutex); in ecryptfs_show_options()
141 &mount_crypt_stat->global_auth_tok_list, in ecryptfs_show_options()
148 mutex_unlock(&mount_crypt_stat->global_auth_tok_list_mutex); in ecryptfs_show_options()
151 mount_crypt_stat->global_default_cipher_name); in ecryptfs_show_options()
153 if (mount_crypt_stat->global_default_cipher_key_size) in ecryptfs_show_options()
155 mount_crypt_stat->global_default_cipher_key_size); in ecryptfs_show_options()
156 if (mount_crypt_stat->flags & ECRYPTFS_PLAINTEXT_PASSTHROUGH_ENABLED) in ecryptfs_show_options()
158 if (mount_crypt_stat->flags & ECRYPTFS_XATTR_METADATA_ENABLED) in ecryptfs_show_options()
160 if (mount_crypt_stat->flags & ECRYPTFS_ENCRYPTED_VIEW_ENABLED) in ecryptfs_show_options()
162 if (mount_crypt_stat->flags & ECRYPTFS_UNLINK_SIGS) in ecryptfs_show_options()
164 if (mount_crypt_stat->flags & ECRYPTFS_GLOBAL_MOUNT_AUTH_TOK_ONLY) in ecryptfs_show_options()