Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dmessaging.c26 static struct ecryptfs_msg_ctx *ecryptfs_msg_ctx_arr; variable
194 * msg_ctx from the ecryptfs_msg_ctx_arr at a particular index. The
220 msg_ctx = &ecryptfs_msg_ctx_arr[msg->index]; in ecryptfs_process_response()
378 ecryptfs_msg_ctx_arr = kmalloc((sizeof(struct ecryptfs_msg_ctx) in ecryptfs_init_messaging()
381 if (!ecryptfs_msg_ctx_arr) { in ecryptfs_init_messaging()
390 INIT_LIST_HEAD(&ecryptfs_msg_ctx_arr[i].node); in ecryptfs_init_messaging()
391 INIT_LIST_HEAD(&ecryptfs_msg_ctx_arr[i].daemon_out_list); in ecryptfs_init_messaging()
392 mutex_init(&ecryptfs_msg_ctx_arr[i].mux); in ecryptfs_init_messaging()
393 mutex_lock(&ecryptfs_msg_ctx_arr[i].mux); in ecryptfs_init_messaging()
394 ecryptfs_msg_ctx_arr[ in ecryptfs_init_messaging()
[all...]
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dmessaging.c26 static struct ecryptfs_msg_ctx *ecryptfs_msg_ctx_arr; variable
195 * msg_ctx from the ecryptfs_msg_ctx_arr at a particular index. The
221 msg_ctx = &ecryptfs_msg_ctx_arr[msg->index]; in ecryptfs_process_response()
379 ecryptfs_msg_ctx_arr = kmalloc((sizeof(struct ecryptfs_msg_ctx) in ecryptfs_init_messaging()
382 if (!ecryptfs_msg_ctx_arr) { in ecryptfs_init_messaging()
390 INIT_LIST_HEAD(&ecryptfs_msg_ctx_arr[i].node); in ecryptfs_init_messaging()
391 INIT_LIST_HEAD(&ecryptfs_msg_ctx_arr[i].daemon_out_list); in ecryptfs_init_messaging()
392 mutex_init(&ecryptfs_msg_ctx_arr[i].mux); in ecryptfs_init_messaging()
393 mutex_lock(&ecryptfs_msg_ctx_arr[i].mux); in ecryptfs_init_messaging()
394 ecryptfs_msg_ctx_arr[ in ecryptfs_init_messaging()
[all...]

Completed in 2 milliseconds