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

/linux-master/fs/ecryptfs/
H A Dmain.c421 mutex_lock(&key_tfm_list_mutex);
435 mutex_unlock(&key_tfm_list_mutex);
453 mutex_unlock(&key_tfm_list_mutex);
457 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));
1636 * Must be called with &key_tfm_list_mutex held
1644 BUG_ON(!mutex_is_locked(&key_tfm_list_mutex));
1679 mutex_lock(&key_tfm_list_mutex);
1691 mutex_unlock(&key_tfm_list_mutex);
H A Decryptfs_kernel.h318 extern struct mutex key_tfm_list_mutex;

Completed in 212 milliseconds