Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ecryptfs/
Dmessaging.c33 struct mutex ecryptfs_daemon_hash_mux; variable
323 mutex_lock(&ecryptfs_daemon_hash_mux); in ecryptfs_send_message()
326 mutex_unlock(&ecryptfs_daemon_hash_mux); in ecryptfs_send_message()
379 mutex_init(&ecryptfs_daemon_hash_mux); in ecryptfs_init_messaging()
380 mutex_lock(&ecryptfs_daemon_hash_mux); in ecryptfs_init_messaging()
390 mutex_unlock(&ecryptfs_daemon_hash_mux); in ecryptfs_init_messaging()
395 mutex_unlock(&ecryptfs_daemon_hash_mux); in ecryptfs_init_messaging()
447 mutex_lock(&ecryptfs_daemon_hash_mux); in ecryptfs_release_messaging()
464 mutex_unlock(&ecryptfs_daemon_hash_mux); in ecryptfs_release_messaging()
Dmiscdev.c82 mutex_lock(&ecryptfs_daemon_hash_mux); in ecryptfs_miscdev_open()
105 mutex_unlock(&ecryptfs_daemon_hash_mux); in ecryptfs_miscdev_open()
131 mutex_lock(&ecryptfs_daemon_hash_mux); in ecryptfs_miscdev_release()
133 mutex_unlock(&ecryptfs_daemon_hash_mux); in ecryptfs_miscdev_release()
Decryptfs_kernel.h420 extern struct mutex ecryptfs_daemon_hash_mux;