Searched refs:ecryptfs_msg_ctx (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ecryptfs/
H A Dmessaging.c36 static struct ecryptfs_msg_ctx *ecryptfs_msg_ctx_arr;
47 static int ecryptfs_acquire_free_msg_ctx(struct ecryptfs_msg_ctx **msg_ctx)
62 *msg_ctx = list_entry(p, struct ecryptfs_msg_ctx, node);
81 static void ecryptfs_msg_ctx_free_to_alloc(struct ecryptfs_msg_ctx *msg_ctx)
95 static void ecryptfs_msg_ctx_alloc_to_free(struct ecryptfs_msg_ctx *msg_ctx)
253 struct ecryptfs_msg_ctx *msg_ctx;
328 struct ecryptfs_msg_ctx **msg_ctx)
382 int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ctx,
435 ecryptfs_msg_ctx_arr = kmalloc((sizeof(struct ecryptfs_msg_ctx)
H A Decryptfs_kernel.h315 struct ecryptfs_msg_ctx { struct
562 struct ecryptfs_msg_ctx **msg_ctx);
563 int ecryptfs_wait_for_response(struct ecryptfs_msg_ctx *msg_ctx,
569 struct ecryptfs_msg_ctx *msg_ctx, u16 msg_type,
575 struct ecryptfs_msg_ctx *msg_ctx, u16 msg_type,
H A Dnetlink.c47 struct ecryptfs_msg_ctx *msg_ctx, u16 msg_type,
H A Dkeystore.c411 struct ecryptfs_msg_ctx *msg_ctx;
1244 struct ecryptfs_msg_ctx *msg_ctx = NULL;

Completed in 44 milliseconds