Home
last modified time | relevance | path

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

/fs/ecryptfs/
Dmessaging.c20 struct mutex ecryptfs_daemon_hash_mux; variable
306 mutex_lock(&ecryptfs_daemon_hash_mux); in ecryptfs_send_message()
309 mutex_unlock(&ecryptfs_daemon_hash_mux); in ecryptfs_send_message()
362 mutex_init(&ecryptfs_daemon_hash_mux); in ecryptfs_init_messaging()
363 mutex_lock(&ecryptfs_daemon_hash_mux); in ecryptfs_init_messaging()
372 mutex_unlock(&ecryptfs_daemon_hash_mux); in ecryptfs_init_messaging()
377 mutex_unlock(&ecryptfs_daemon_hash_mux); in ecryptfs_init_messaging()
430 mutex_lock(&ecryptfs_daemon_hash_mux); in ecryptfs_release_messaging()
447 mutex_unlock(&ecryptfs_daemon_hash_mux); in ecryptfs_release_messaging()
Dmiscdev.c69 mutex_lock(&ecryptfs_daemon_hash_mux); in ecryptfs_miscdev_open()
92 mutex_unlock(&ecryptfs_daemon_hash_mux); in ecryptfs_miscdev_open()
118 mutex_lock(&ecryptfs_daemon_hash_mux); in ecryptfs_miscdev_release()
120 mutex_unlock(&ecryptfs_daemon_hash_mux); in ecryptfs_miscdev_release()
Decryptfs_kernel.h420 extern struct mutex ecryptfs_daemon_hash_mux;