Symbol: tomoyo_io_buffer
security/tomoyo/audit.c
438
void tomoyo_read_log(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
1180
static int tomoyo_write_domain(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
1242
static bool tomoyo_print_condition(struct tomoyo_io_buffer *head,
security/tomoyo/common.c
1384
static void tomoyo_set_group(struct tomoyo_io_buffer *head,
security/tomoyo/common.c
1404
static bool tomoyo_print_entry(struct tomoyo_io_buffer *head,
security/tomoyo/common.c
1610
static bool tomoyo_read_domain2(struct tomoyo_io_buffer *head,
security/tomoyo/common.c
1633
static void tomoyo_read_domain(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
1697
static int tomoyo_write_pid(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
1713
static void tomoyo_read_pid(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
1774
static int tomoyo_write_exception(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
1817
static bool tomoyo_read_group(struct tomoyo_io_buffer *head, const int idx)
security/tomoyo/common.c
1878
static bool tomoyo_read_policy(struct tomoyo_io_buffer *head, const int idx)
security/tomoyo/common.c
1939
static void tomoyo_read_exception(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
205
static bool tomoyo_flush(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
2337
static void tomoyo_read_query(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
2399
static int tomoyo_write_answer(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
2439
static void tomoyo_read_version(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
2488
static void tomoyo_read_stat(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
251
static void tomoyo_set_string(struct tomoyo_io_buffer *head, const char *string)
security/tomoyo/common.c
2533
static int tomoyo_write_stat(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
2556
struct tomoyo_io_buffer *head = kzalloc_obj(*head, GFP_NOFS);
security/tomoyo/common.c
260
static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt,
security/tomoyo/common.c
2666
struct tomoyo_io_buffer *head = file->private_data;
security/tomoyo/common.c
2680
static inline void tomoyo_set_namespace_cursor(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
269
static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt,
security/tomoyo/common.c
2706
static inline bool tomoyo_has_more_namespace(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
2722
ssize_t tomoyo_read_control(struct tomoyo_io_buffer *head, char __user *buffer,
security/tomoyo/common.c
2758
static int tomoyo_parse_policy(struct tomoyo_io_buffer *head, char *line)
security/tomoyo/common.c
2797
ssize_t tomoyo_write_control(struct tomoyo_io_buffer *head,
security/tomoyo/common.c
2899
void tomoyo_close_control(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
2976
struct tomoyo_io_buffer head = { };
security/tomoyo/common.c
298
static void tomoyo_set_space(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
310
static bool tomoyo_set_lf(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
323
static void tomoyo_set_slash(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
362
static void tomoyo_print_namespace(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
379
static void tomoyo_print_name_union(struct tomoyo_io_buffer *head,
security/tomoyo/common.c
399
static void tomoyo_print_name_union_quoted(struct tomoyo_io_buffer *head,
security/tomoyo/common.c
421
tomoyo_print_number_union_nospace(struct tomoyo_io_buffer *head, const struct tomoyo_number_union *ptr)
security/tomoyo/common.c
469
static void tomoyo_print_number_union(struct tomoyo_io_buffer *head,
security/tomoyo/common.c
669
static int tomoyo_write_profile(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
725
static void tomoyo_print_config(struct tomoyo_io_buffer *head, const u8 config)
security/tomoyo/common.c
741
static void tomoyo_read_profile(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
892
static int tomoyo_write_manager(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
912
static void tomoyo_read_manager(struct tomoyo_io_buffer *head)
security/tomoyo/common.c
993
static bool tomoyo_select_domain(struct tomoyo_io_buffer *head,
security/tomoyo/common.h
1002
void tomoyo_close_control(struct tomoyo_io_buffer *head);
security/tomoyo/common.h
1057
ssize_t tomoyo_read_control(struct tomoyo_io_buffer *head, char __user *buffer,
security/tomoyo/common.h
1059
ssize_t tomoyo_write_control(struct tomoyo_io_buffer *head,
security/tomoyo/common.h
1087
void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register);
security/tomoyo/common.h
1094
void tomoyo_read_log(struct tomoyo_io_buffer *head) __must_hold(&head->io_sem);
security/tomoyo/common.h
794
void (*read)(struct tomoyo_io_buffer *head);
security/tomoyo/common.h
795
int (*write)(struct tomoyo_io_buffer *head);
security/tomoyo/gc.c
41
struct tomoyo_io_buffer *head;
security/tomoyo/gc.c
623
struct tomoyo_io_buffer *head;
security/tomoyo/gc.c
624
struct tomoyo_io_buffer *tmp;
security/tomoyo/gc.c
655
void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register)
security/tomoyo/gc.c
72
struct tomoyo_io_buffer *head;