Home
last modified time | relevance | path

Searched refs:ECRYPTFS_MSG_CTX_STATE_PENDING (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ecryptfs/
H A Dmessaging.c74 msg_ctx->state = ECRYPTFS_MSG_CTX_STATE_PENDING; in ecryptfs_msg_ctx_free_to_alloc()
223 if (msg_ctx->state != ECRYPTFS_MSG_CTX_STATE_PENDING) { in ecryptfs_process_response()
H A Decryptfs_kernel.h378 #define ECRYPTFS_MSG_CTX_STATE_PENDING 0x02 macro