Lines Matching refs:ecryptfs_msg_ctx
39 static struct ecryptfs_msg_ctx *ecryptfs_msg_ctx_arr;
51 static int ecryptfs_acquire_free_msg_ctx(struct ecryptfs_msg_ctx **msg_ctx) in ecryptfs_acquire_free_msg_ctx()
66 *msg_ctx = list_entry(p, struct ecryptfs_msg_ctx, node); in ecryptfs_acquire_free_msg_ctx()
84 static void ecryptfs_msg_ctx_free_to_alloc(struct ecryptfs_msg_ctx *msg_ctx) in ecryptfs_msg_ctx_free_to_alloc()
97 void ecryptfs_msg_ctx_alloc_to_free(struct ecryptfs_msg_ctx *msg_ctx) in ecryptfs_msg_ctx_alloc_to_free()
173 struct ecryptfs_msg_ctx *msg_ctx, *msg_ctx_tmp; in ecryptfs_exorcise_daemon()
223 struct ecryptfs_msg_ctx *msg_ctx; in ecryptfs_process_response()
278 struct ecryptfs_msg_ctx **msg_ctx) in ecryptfs_send_message_locked()
319 struct ecryptfs_msg_ctx **msg_ctx) in ecryptfs_send_message()
341 int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ctx, in ecryptfs_wait_for_response()
396 ecryptfs_msg_ctx_arr = kmalloc((sizeof(struct ecryptfs_msg_ctx) in ecryptfs_init_messaging()