Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dmessaging.c17 static struct mutex ecryptfs_msg_ctx_lists_mux; variable
35 * context element. Must be called with ecryptfs_msg_ctx_lists_mux
69 * Must be called with ecryptfs_msg_ctx_lists_mux held.
82 * Must be called with ecryptfs_msg_ctx_lists_mux held.
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()
[all...]
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dmessaging.c17 static DEFINE_MUTEX(ecryptfs_msg_ctx_lists_mux);
35 * context element. Must be called with ecryptfs_msg_ctx_lists_mux
69 * Must be called with ecryptfs_msg_ctx_lists_mux held.
82 * Must be called with ecryptfs_msg_ctx_lists_mux held.
273 mutex_lock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_send_message_locked()
276 mutex_unlock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_send_message_locked()
283 mutex_unlock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_send_message_locked()
334 mutex_lock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_wait_for_response()
339 mutex_unlock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_wait_for_response()
349 mutex_unlock(&ecryptfs_msg_ctx_lists_mux); in ecryptfs_wait_for_response()
[all...]

Completed in 2 milliseconds