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