Home
last modified time | relevance | path

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

/fs/ecryptfs/
Dmessaging.c17 static struct mutex ecryptfs_msg_ctx_lists_mux; variable
271 mutex_lock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_send_message_locked()
274 mutex_unlock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_send_message_locked()
281 mutex_unlock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_send_message_locked()
332 mutex_lock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_wait_for_response()
337 mutex_unlock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_wait_for_response()
347 mutex_unlock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_wait_for_response()
386 mutex_init(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_init_messaging()
387 mutex_lock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_init_messaging()
403 mutex_unlock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_init_messaging()
[all …]