Searched refs:tomoyo_io_buffer (Results 1 – 4 of 4) sorted by relevance
205 static bool tomoyo_flush(struct tomoyo_io_buffer *head) in tomoyo_flush()297 static void tomoyo_set_space(struct tomoyo_io_buffer *head) in tomoyo_set_space()309 static bool tomoyo_set_lf(struct tomoyo_io_buffer *head) in tomoyo_set_lf()322 static void tomoyo_set_slash(struct tomoyo_io_buffer *head) in tomoyo_set_slash()1365 static void tomoyo_set_group(struct tomoyo_io_buffer *head, in tomoyo_set_group()1672 static int tomoyo_write_pid(struct tomoyo_io_buffer *head) in tomoyo_write_pid()1688 static void tomoyo_read_pid(struct tomoyo_io_buffer *head) in tomoyo_read_pid()2451 static void tomoyo_read_stat(struct tomoyo_io_buffer *head) in tomoyo_read_stat()2627 struct tomoyo_io_buffer *head = file->private_data; in tomoyo_poll_control()2858 void tomoyo_close_control(struct tomoyo_io_buffer *head) in tomoyo_close_control()[all …]
793 struct tomoyo_io_buffer { struct794 void (*read)(struct tomoyo_io_buffer *head); argument795 int (*write)(struct tomoyo_io_buffer *head); argument971 void tomoyo_close_control(struct tomoyo_io_buffer *head);1025 ssize_t tomoyo_read_control(struct tomoyo_io_buffer *head, char __user *buffer,1027 ssize_t tomoyo_write_control(struct tomoyo_io_buffer *head,1055 void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register);1062 void tomoyo_read_log(struct tomoyo_io_buffer *head);
42 struct tomoyo_io_buffer *head; in tomoyo_struct_used_by_io_buffer()73 struct tomoyo_io_buffer *head; in tomoyo_name_used_by_io_buffer()621 struct tomoyo_io_buffer *head; in tomoyo_gc_thread()622 struct tomoyo_io_buffer *tmp; in tomoyo_gc_thread()650 void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register) in tomoyo_notify_gc()
440 void tomoyo_read_log(struct tomoyo_io_buffer *head) in tomoyo_read_log()
Completed in 15 milliseconds