ecryptfs_msg_ctx  621 fs/ecryptfs/ecryptfs_kernel.h 			  struct ecryptfs_msg_ctx **msg_ctx);
ecryptfs_msg_ctx  622 fs/ecryptfs/ecryptfs_kernel.h int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ctx,
ecryptfs_msg_ctx  634 fs/ecryptfs/ecryptfs_kernel.h 					struct ecryptfs_msg_ctx **msg_ctx)
ecryptfs_msg_ctx  638 fs/ecryptfs/ecryptfs_kernel.h static inline int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ctx,
ecryptfs_msg_ctx  689 fs/ecryptfs/ecryptfs_kernel.h 			  struct ecryptfs_msg_ctx *msg_ctx, u8 msg_type,
ecryptfs_msg_ctx  691 fs/ecryptfs/ecryptfs_kernel.h void ecryptfs_msg_ctx_alloc_to_free(struct ecryptfs_msg_ctx *msg_ctx);
ecryptfs_msg_ctx 1129 fs/ecryptfs/keystore.c 	struct ecryptfs_msg_ctx *msg_ctx;
ecryptfs_msg_ctx 1965 fs/ecryptfs/keystore.c 	struct ecryptfs_msg_ctx *msg_ctx = NULL;
ecryptfs_msg_ctx   26 fs/ecryptfs/messaging.c static struct ecryptfs_msg_ctx *ecryptfs_msg_ctx_arr;
ecryptfs_msg_ctx   38 fs/ecryptfs/messaging.c static int ecryptfs_acquire_free_msg_ctx(struct ecryptfs_msg_ctx **msg_ctx)
ecryptfs_msg_ctx   53 fs/ecryptfs/messaging.c 		*msg_ctx = list_entry(p, struct ecryptfs_msg_ctx, node);
ecryptfs_msg_ctx   71 fs/ecryptfs/messaging.c static void ecryptfs_msg_ctx_free_to_alloc(struct ecryptfs_msg_ctx *msg_ctx)
ecryptfs_msg_ctx   84 fs/ecryptfs/messaging.c void ecryptfs_msg_ctx_alloc_to_free(struct ecryptfs_msg_ctx *msg_ctx)
ecryptfs_msg_ctx  158 fs/ecryptfs/messaging.c 	struct ecryptfs_msg_ctx *msg_ctx, *msg_ctx_tmp;
ecryptfs_msg_ctx  208 fs/ecryptfs/messaging.c 	struct ecryptfs_msg_ctx *msg_ctx;
ecryptfs_msg_ctx  261 fs/ecryptfs/messaging.c 			     struct ecryptfs_msg_ctx **msg_ctx)
ecryptfs_msg_ctx  302 fs/ecryptfs/messaging.c 			  struct ecryptfs_msg_ctx **msg_ctx)
ecryptfs_msg_ctx  324 fs/ecryptfs/messaging.c int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ctx,
ecryptfs_msg_ctx  378 fs/ecryptfs/messaging.c 	ecryptfs_msg_ctx_arr = kmalloc((sizeof(struct ecryptfs_msg_ctx)
ecryptfs_msg_ctx  147 fs/ecryptfs/miscdev.c 			  struct ecryptfs_msg_ctx *msg_ctx, u8 msg_type,
ecryptfs_msg_ctx  214 fs/ecryptfs/miscdev.c 	struct ecryptfs_msg_ctx *msg_ctx;
ecryptfs_msg_ctx  256 fs/ecryptfs/miscdev.c 				   struct ecryptfs_msg_ctx, daemon_out_list);