Home
last modified time | relevance | path

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

/linux-5.19.10/fs/ecryptfs/
Dmessaging.c89 msg_ctx->state = ECRYPTFS_MSG_CTX_STATE_FREE; in ecryptfs_msg_ctx_alloc_to_free()
395 ecryptfs_msg_ctx_arr[i].state = ECRYPTFS_MSG_CTX_STATE_FREE; in ecryptfs_init_messaging()
Decryptfs_kernel.h377 #define ECRYPTFS_MSG_CTX_STATE_FREE 0x01 macro