Home
last modified time | relevance | path

Searched refs:key_tfm_list_mutex (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/fs/ecryptfs/
Dmain.c483 mutex_lock(&key_tfm_list_mutex); in ecryptfs_parse_options()
497 mutex_unlock(&key_tfm_list_mutex); in ecryptfs_parse_options()
515 mutex_unlock(&key_tfm_list_mutex); in ecryptfs_parse_options()
519 mutex_unlock(&key_tfm_list_mutex); in ecryptfs_parse_options()
Dcrypto.c1813 struct mutex key_tfm_list_mutex; variable
1817 mutex_init(&key_tfm_list_mutex); in ecryptfs_init_crypto()
1831 mutex_lock(&key_tfm_list_mutex); in ecryptfs_destroy_crypto()
1839 mutex_unlock(&key_tfm_list_mutex); in ecryptfs_destroy_crypto()
1850 BUG_ON(!mutex_is_locked(&key_tfm_list_mutex)); in ecryptfs_add_new_key_tfm()
1897 BUG_ON(!mutex_is_locked(&key_tfm_list_mutex)); in ecryptfs_tfm_exists()
1932 mutex_lock(&key_tfm_list_mutex); in ecryptfs_get_tfm_and_mutex_for_cipher_name()
1944 mutex_unlock(&key_tfm_list_mutex); in ecryptfs_get_tfm_and_mutex_for_cipher_name()
Decryptfs_kernel.h362 extern struct mutex key_tfm_list_mutex;