Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ecryptfs/
Dmessaging.c33 struct mutex ecryptfs_daemon_hash_mux; variable
319 mutex_lock(&ecryptfs_daemon_hash_mux); in ecryptfs_send_message()
322 mutex_unlock(&ecryptfs_daemon_hash_mux); in ecryptfs_send_message()
375 mutex_init(&ecryptfs_daemon_hash_mux); in ecryptfs_init_messaging()
376 mutex_lock(&ecryptfs_daemon_hash_mux); in ecryptfs_init_messaging()
385 mutex_unlock(&ecryptfs_daemon_hash_mux); in ecryptfs_init_messaging()
390 mutex_unlock(&ecryptfs_daemon_hash_mux); in ecryptfs_init_messaging()
442 mutex_lock(&ecryptfs_daemon_hash_mux); in ecryptfs_release_messaging()
459 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.h434 extern struct mutex ecryptfs_daemon_hash_mux;