Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ecryptfs/
Dmessaging.c30 static struct mutex ecryptfs_msg_ctx_lists_mux; variable
284 mutex_lock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_send_message_locked()
287 mutex_unlock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_send_message_locked()
294 mutex_unlock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_send_message_locked()
345 mutex_lock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_wait_for_response()
350 mutex_unlock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_wait_for_response()
360 mutex_unlock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_wait_for_response()
398 mutex_init(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_init_messaging()
399 mutex_lock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_init_messaging()
415 mutex_unlock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_init_messaging()
[all …]