Home
last modified time | relevance | path

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

/linux/security/tomoyo/
H A Dcommon.c205 static bool tomoyo_flush(struct tomoyo_io_buffer *head) in tomoyo_flush()
251 static void tomoyo_set_string(struct tomoyo_io_buffer *head, const char *string) in tomoyo_set_string()
260 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt,
269 static void tomoyo_io_printf(struct tomoyo_io_buffer *head, const char *fmt, in tomoyo_io_printf()
298 static void tomoyo_set_space(struct tomoyo_io_buffer *head) in tomoyo_set_space()
310 static bool tomoyo_set_lf(struct tomoyo_io_buffer *head) in tomoyo_set_lf()
323 static void tomoyo_set_slash(struct tomoyo_io_buffer *head) in tomoyo_set_slash()
362 static void tomoyo_print_namespace(struct tomoyo_io_buffer *head) in tomoyo_print_namespace()
379 static void tomoyo_print_name_union(struct tomoyo_io_buffer *head, in tomoyo_print_name_union()
399 static void tomoyo_print_name_union_quoted(struct tomoyo_io_buffer *head, in tomoyo_print_name_union_quoted()
[all …]
H A Dcommon.h793 struct tomoyo_io_buffer { struct
794 void (*read)(struct tomoyo_io_buffer *head); argument
795 int (*write)(struct tomoyo_io_buffer *head); argument
1002 void tomoyo_close_control(struct tomoyo_io_buffer *head);
1057 ssize_t tomoyo_read_control(struct tomoyo_io_buffer *head, char __user *buffer,
1059 ssize_t tomoyo_write_control(struct tomoyo_io_buffer *head,
1087 void tomoyo_notify_gc(struct tomoyo_io_buffer *head, const bool is_register);
1094 void tomoyo_read_log(struct tomoyo_io_buffer *head) __must_hold(&head->io_sem);
H A Dgc.c28 /* The list for "struct tomoyo_io_buffer". */
41 struct tomoyo_io_buffer *head; in tomoyo_struct_used_by_io_buffer()
72 struct tomoyo_io_buffer *head; in tomoyo_name_used_by_io_buffer()
259 * "struct tomoyo_io_buffer" nor "struct cred"->security, we can delete in tomoyo_del_domain()
402 * Don't kfree() until "struct tomoyo_io_buffer"->r.{domain,group,acl} in tomoyo_try_to_gc()
403 * and "struct tomoyo_io_buffer"->w.domain forget this element. in tomoyo_try_to_gc()
434 * Don't kfree() until all "struct tomoyo_io_buffer"->r.w[] in tomoyo_try_to_gc()
623 struct tomoyo_io_buffer *head; in tomoyo_gc_thread()
624 struct tomoyo_io_buffer *tmp; in tomoyo_gc_thread()
650 * @head: Pointer to "struct tomoyo_io_buffer"
[all...]
H A Daudit.c438 void tomoyo_read_log(struct tomoyo_io_buffer *head) in tomoyo_read_log()