Home
last modified time | relevance | path

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

/linux-4.4.14/security/tomoyo/
Dcommon.h788 struct tomoyo_io_buffer { struct
789 void (*read) (struct tomoyo_io_buffer *); argument
790 int (*write) (struct tomoyo_io_buffer *); argument
791 unsigned int (*poll) (struct file *file, poll_table *wait);
793 struct mutex io_sem;
794 char __user *read_user_buf;
795 size_t read_user_buf_avail;
796 struct {
834 /* Users counter protected by tomoyo_io_buffer_list_lock. */ argument
835 u8 users;
[all …]