Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ecryptfs/
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()
Decryptfs_kernel.h378 #define ECRYPTFS_MSG_CTX_STATE_PENDING 0x02 macro