Symbol: ecryptfs_msg_ctx
fs/ecryptfs/ecryptfs_kernel.h
596
struct ecryptfs_msg_ctx **msg_ctx);
fs/ecryptfs/ecryptfs_kernel.h
597
int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ctx,
fs/ecryptfs/ecryptfs_kernel.h
609
struct ecryptfs_msg_ctx **msg_ctx)
fs/ecryptfs/ecryptfs_kernel.h
613
static inline int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ctx,
fs/ecryptfs/ecryptfs_kernel.h
663
struct ecryptfs_msg_ctx *msg_ctx, u8 msg_type,
fs/ecryptfs/ecryptfs_kernel.h
665
void ecryptfs_msg_ctx_alloc_to_free(struct ecryptfs_msg_ctx *msg_ctx);
fs/ecryptfs/keystore.c
1090
struct ecryptfs_msg_ctx *msg_ctx;
fs/ecryptfs/keystore.c
1926
struct ecryptfs_msg_ctx *msg_ctx = NULL;
fs/ecryptfs/messaging.c
158
struct ecryptfs_msg_ctx *msg_ctx, *msg_ctx_tmp;
fs/ecryptfs/messaging.c
209
struct ecryptfs_msg_ctx *msg_ctx;
fs/ecryptfs/messaging.c
26
static struct ecryptfs_msg_ctx *ecryptfs_msg_ctx_arr;
fs/ecryptfs/messaging.c
263
struct ecryptfs_msg_ctx **msg_ctx)
fs/ecryptfs/messaging.c
304
struct ecryptfs_msg_ctx **msg_ctx)
fs/ecryptfs/messaging.c
326
int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ctx,
fs/ecryptfs/messaging.c
379
ecryptfs_msg_ctx_arr = kmalloc((sizeof(struct ecryptfs_msg_ctx)
fs/ecryptfs/messaging.c
38
static int ecryptfs_acquire_free_msg_ctx(struct ecryptfs_msg_ctx **msg_ctx)
fs/ecryptfs/messaging.c
53
*msg_ctx = list_entry(p, struct ecryptfs_msg_ctx, node);
fs/ecryptfs/messaging.c
71
static void ecryptfs_msg_ctx_free_to_alloc(struct ecryptfs_msg_ctx *msg_ctx)
fs/ecryptfs/messaging.c
84
void ecryptfs_msg_ctx_alloc_to_free(struct ecryptfs_msg_ctx *msg_ctx)
fs/ecryptfs/miscdev.c
147
struct ecryptfs_msg_ctx *msg_ctx, u8 msg_type,
fs/ecryptfs/miscdev.c
214
struct ecryptfs_msg_ctx *msg_ctx;
fs/ecryptfs/miscdev.c
256
struct ecryptfs_msg_ctx, daemon_out_list);