Lines Matching refs:write_buf
668 char *data = head->write_buf; in tomoyo_write_profile()
887 char *data = head->write_buf; in tomoyo_write_manager()
1166 char *data = head->write_buf; in tomoyo_write_domain()
1690 char *buf = head->write_buf; in tomoyo_read_pid()
1754 .data = head->write_buf, in tomoyo_write_exception()
2257 char *data = head->write_buf; in tomoyo_write_answer()
2388 char *data = head->write_buf; in tomoyo_write_stat()
2487 head->write_buf = kzalloc(head->writebuf_size, GFP_NOFS); in tomoyo_open_control()
2488 if (!head->write_buf) { in tomoyo_open_control()
2659 cp0 = head->write_buf; in tomoyo_write_control()
2676 head->write_buf = cp; in tomoyo_write_control()
2863 head.write_buf = start; in tomoyo_load_builtin_policy()