Home
last modified time | relevance | path

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

/linux-6.1.9/security/tomoyo/
Dcommon.h793 struct tomoyo_io_buffer { struct
794 void (*read)(struct tomoyo_io_buffer *head); argument
795 int (*write)(struct tomoyo_io_buffer *head); argument
796 __poll_t (*poll)(struct file *file, poll_table *wait);
798 struct mutex io_sem;
799 char __user *read_user_buf;
800 size_t read_user_buf_avail;
801 struct {
839 /* Users counter protected by tomoyo_io_buffer_list_lock. */ argument
840 u8 users;
[all …]