Searched refs:tomoyo_io_buffer (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/security/tomoyo/ |
D | common.c | 212 static bool tomoyo_flush(struct tomoyo_io_buffer *head) in tomoyo_flush() 257 static void tomoyo_set_string(struct tomoyo_io_buffer *head, const char *string) in tomoyo_set_string() 266 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, 275 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, in tomoyo_io_printf() 302 static void tomoyo_set_space(struct tomoyo_io_buffer *head) in tomoyo_set_space() 314 static bool tomoyo_set_lf(struct tomoyo_io_buffer *head) in tomoyo_set_lf() 327 static void tomoyo_set_slash(struct tomoyo_io_buffer *head) in tomoyo_set_slash() 365 static void tomoyo_print_namespace(struct tomoyo_io_buffer *head) in tomoyo_print_namespace() 382 static void tomoyo_print_name_union(struct tomoyo_io_buffer *head, in tomoyo_print_name_union() 402 static void tomoyo_print_name_union_quoted(struct tomoyo_io_buffer *head, in tomoyo_print_name_union_quoted() [all …]
|
D | common.h | 789 struct tomoyo_io_buffer { struct 790 void (*read) (struct tomoyo_io_buffer *); argument 791 int (*write) (struct tomoyo_io_buffer *); argument 962 void tomoyo_close_control(struct tomoyo_io_buffer *head); 1016 ssize_t tomoyo_read_control(struct tomoyo_io_buffer *head, char __user *buffer, 1018 ssize_t tomoyo_write_control(struct tomoyo_io_buffer *head, 1047 void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register); 1054 void tomoyo_read_log(struct tomoyo_io_buffer *head);
|
D | gc.c | 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() 602 struct tomoyo_io_buffer *head; in tomoyo_gc_thread() 603 struct tomoyo_io_buffer *tmp; in tomoyo_gc_thread() 631 void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register) in tomoyo_notify_gc()
|
D | audit.c | 431 void tomoyo_read_log(struct tomoyo_io_buffer *head) in tomoyo_read_log()
|