Home
last modified time | relevance | path

Searched defs:ecryptfs_msg_ctx (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/ecryptfs/
Decryptfs_kernel.h376 struct ecryptfs_msg_ctx { struct
381 u8 state;
386 u8 type;
387 u32 index;
393 u32 counter;
394 size_t msg_size;
395 struct ecryptfs_message *msg;
396 struct task_struct *task;
397 struct list_head node;
398 struct list_head daemon_out_list;
[all …]
/kernel/linux/linux-5.10/fs/ecryptfs/
Decryptfs_kernel.h379 struct ecryptfs_msg_ctx { struct
384 u8 state;
389 u8 type;
390 u32 index;
396 u32 counter;
397 size_t msg_size;
398 struct ecryptfs_message *msg;
399 struct task_struct *task;
400 struct list_head node;
401 struct list_head daemon_out_list;
[all …]