Searched refs:write_buf (Results 1 – 3 of 3) sorted by relevance
662 char *data = head->write_buf; in tomoyo_write_profile()876 char *data = head->write_buf; in tomoyo_write_manager()1148 char *data = head->write_buf; in tomoyo_write_domain()1646 char *buf = head->write_buf; in tomoyo_read_pid()1709 .data = head->write_buf, in tomoyo_write_exception()2199 char *data = head->write_buf; in tomoyo_write_answer()2330 char *data = head->write_buf; in tomoyo_write_stat()2428 head->write_buf = kzalloc(head->writebuf_size, GFP_NOFS); in tomoyo_open_control()2429 if (!head->write_buf) { in tomoyo_open_control()2590 char *cp0 = head->write_buf; in tomoyo_write_control()[all …]
611 kfree(head->write_buf); in tomoyo_gc_thread()639 is_write = head->write_buf != NULL; in tomoyo_notify_gc()643 kfree(head->write_buf); in tomoyo_notify_gc()
829 char *write_buf; member