tomoyo_io_buffer  439 security/tomoyo/audit.c void tomoyo_read_log(struct tomoyo_io_buffer *head)
tomoyo_io_buffer  213 security/tomoyo/common.c static bool tomoyo_flush(struct tomoyo_io_buffer *head)
tomoyo_io_buffer  259 security/tomoyo/common.c static void tomoyo_set_string(struct tomoyo_io_buffer *head, const char *string)
tomoyo_io_buffer  268 security/tomoyo/common.c static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt,
tomoyo_io_buffer  277 security/tomoyo/common.c static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt,
tomoyo_io_buffer  305 security/tomoyo/common.c static void tomoyo_set_space(struct tomoyo_io_buffer *head)
tomoyo_io_buffer  317 security/tomoyo/common.c static bool tomoyo_set_lf(struct tomoyo_io_buffer *head)
tomoyo_io_buffer  330 security/tomoyo/common.c static void tomoyo_set_slash(struct tomoyo_io_buffer *head)
tomoyo_io_buffer  369 security/tomoyo/common.c static void tomoyo_print_namespace(struct tomoyo_io_buffer *head)
tomoyo_io_buffer  386 security/tomoyo/common.c static void tomoyo_print_name_union(struct tomoyo_io_buffer *head,
tomoyo_io_buffer  406 security/tomoyo/common.c static void tomoyo_print_name_union_quoted(struct tomoyo_io_buffer *head,
tomoyo_io_buffer  428 security/tomoyo/common.c (struct tomoyo_io_buffer *head, const struct tomoyo_number_union *ptr)
tomoyo_io_buffer  475 security/tomoyo/common.c static void tomoyo_print_number_union(struct tomoyo_io_buffer *head,
tomoyo_io_buffer  674 security/tomoyo/common.c static int tomoyo_write_profile(struct tomoyo_io_buffer *head)
tomoyo_io_buffer  729 security/tomoyo/common.c static void tomoyo_print_config(struct tomoyo_io_buffer *head, const u8 config)
tomoyo_io_buffer  744 security/tomoyo/common.c static void tomoyo_read_profile(struct tomoyo_io_buffer *head)
tomoyo_io_buffer  893 security/tomoyo/common.c static int tomoyo_write_manager(struct tomoyo_io_buffer *head)
tomoyo_io_buffer  911 security/tomoyo/common.c static void tomoyo_read_manager(struct tomoyo_io_buffer *head)
tomoyo_io_buffer  990 security/tomoyo/common.c static bool tomoyo_select_domain(struct tomoyo_io_buffer *head,
tomoyo_io_buffer 1172 security/tomoyo/common.c static int tomoyo_write_domain(struct tomoyo_io_buffer *head)
tomoyo_io_buffer 1232 security/tomoyo/common.c static bool tomoyo_print_condition(struct tomoyo_io_buffer *head,
tomoyo_io_buffer 1373 security/tomoyo/common.c static void tomoyo_set_group(struct tomoyo_io_buffer *head,
tomoyo_io_buffer 1392 security/tomoyo/common.c static bool tomoyo_print_entry(struct tomoyo_io_buffer *head,
tomoyo_io_buffer 1597 security/tomoyo/common.c static bool tomoyo_read_domain2(struct tomoyo_io_buffer *head,
tomoyo_io_buffer 1618 security/tomoyo/common.c static void tomoyo_read_domain(struct tomoyo_io_buffer *head)
tomoyo_io_buffer 1680 security/tomoyo/common.c static int tomoyo_write_pid(struct tomoyo_io_buffer *head)
tomoyo_io_buffer 1696 security/tomoyo/common.c static void tomoyo_read_pid(struct tomoyo_io_buffer *head)
tomoyo_io_buffer 1756 security/tomoyo/common.c static int tomoyo_write_exception(struct tomoyo_io_buffer *head)
tomoyo_io_buffer 1797 security/tomoyo/common.c static bool tomoyo_read_group(struct tomoyo_io_buffer *head, const int idx)
tomoyo_io_buffer 1856 security/tomoyo/common.c static bool tomoyo_read_policy(struct tomoyo_io_buffer *head, const int idx)
tomoyo_io_buffer 1916 security/tomoyo/common.c static void tomoyo_read_exception(struct tomoyo_io_buffer *head)
tomoyo_io_buffer 2202 security/tomoyo/common.c static void tomoyo_read_query(struct tomoyo_io_buffer *head)
tomoyo_io_buffer 2263 security/tomoyo/common.c static int tomoyo_write_answer(struct tomoyo_io_buffer *head)
tomoyo_io_buffer 2302 security/tomoyo/common.c static void tomoyo_read_version(struct tomoyo_io_buffer *head)
tomoyo_io_buffer 2350 security/tomoyo/common.c static void tomoyo_read_stat(struct tomoyo_io_buffer *head)
tomoyo_io_buffer 2394 security/tomoyo/common.c static int tomoyo_write_stat(struct tomoyo_io_buffer *head)
tomoyo_io_buffer 2416 security/tomoyo/common.c 	struct tomoyo_io_buffer *head = kzalloc(sizeof(*head), GFP_NOFS);
tomoyo_io_buffer 2526 security/tomoyo/common.c 	struct tomoyo_io_buffer *head = file->private_data;
tomoyo_io_buffer 2540 security/tomoyo/common.c static inline void tomoyo_set_namespace_cursor(struct tomoyo_io_buffer *head)
tomoyo_io_buffer 2566 security/tomoyo/common.c static inline bool tomoyo_has_more_namespace(struct tomoyo_io_buffer *head)
tomoyo_io_buffer 2582 security/tomoyo/common.c ssize_t tomoyo_read_control(struct tomoyo_io_buffer *head, char __user *buffer,
tomoyo_io_buffer 2618 security/tomoyo/common.c static int tomoyo_parse_policy(struct tomoyo_io_buffer *head, char *line)
tomoyo_io_buffer 2655 security/tomoyo/common.c ssize_t tomoyo_write_control(struct tomoyo_io_buffer *head,
tomoyo_io_buffer 2758 security/tomoyo/common.c void tomoyo_close_control(struct tomoyo_io_buffer *head)
tomoyo_io_buffer 2835 security/tomoyo/common.c 		struct tomoyo_io_buffer head = { };
tomoyo_io_buffer  794 security/tomoyo/common.h 	void (*read)(struct tomoyo_io_buffer *head);
tomoyo_io_buffer  795 security/tomoyo/common.h 	int (*write)(struct tomoyo_io_buffer *head);
tomoyo_io_buffer  972 security/tomoyo/common.h void tomoyo_close_control(struct tomoyo_io_buffer *head);
tomoyo_io_buffer 1026 security/tomoyo/common.h ssize_t tomoyo_read_control(struct tomoyo_io_buffer *head, char __user *buffer,
tomoyo_io_buffer 1028 security/tomoyo/common.h ssize_t tomoyo_write_control(struct tomoyo_io_buffer *head,
tomoyo_io_buffer 1058 security/tomoyo/common.h void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register);
tomoyo_io_buffer 1065 security/tomoyo/common.h void tomoyo_read_log(struct tomoyo_io_buffer *head);
tomoyo_io_buffer   42 security/tomoyo/gc.c 	struct tomoyo_io_buffer *head;
tomoyo_io_buffer   73 security/tomoyo/gc.c 	struct tomoyo_io_buffer *head;
tomoyo_io_buffer  621 security/tomoyo/gc.c 		struct tomoyo_io_buffer *head;
tomoyo_io_buffer  622 security/tomoyo/gc.c 		struct tomoyo_io_buffer *tmp;
tomoyo_io_buffer  650 security/tomoyo/gc.c void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register)