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

/linux-master/fs/ecryptfs/
H A Dmain.c407 mutex_lock(&key_tfm_list_mutex);
421 mutex_unlock(&key_tfm_list_mutex);
439 mutex_unlock(&key_tfm_list_mutex);
443 mutex_unlock(&key_tfm_list_mutex);
H A Dcrypto.c1564 DEFINE_MUTEX(key_tfm_list_mutex); variable
1581 mutex_lock(&key_tfm_list_mutex);
1588 mutex_unlock(&key_tfm_list_mutex);
1599 BUG_ON(!mutex_is_locked(&key_tfm_list_mutex));
1634 * Must be called with &key_tfm_list_mutex held
1642 BUG_ON(!mutex_is_locked(&key_tfm_list_mutex));
1677 mutex_lock(&key_tfm_list_mutex);
1689 mutex_unlock(&key_tfm_list_mutex);
H A Decryptfs_kernel.h318 extern struct mutex key_tfm_list_mutex;

Completed in 201 milliseconds