Lines Matching refs:write_buf
676 char *data = head->write_buf; in tomoyo_write_profile()
895 char *data = head->write_buf; in tomoyo_write_manager()
1174 char *data = head->write_buf; in tomoyo_write_domain()
1698 char *buf = head->write_buf; in tomoyo_read_pid()
1762 .data = head->write_buf, in tomoyo_write_exception()
2265 char *data = head->write_buf; in tomoyo_write_answer()
2396 char *data = head->write_buf; in tomoyo_write_stat()
2495 head->write_buf = kzalloc(head->writebuf_size, GFP_NOFS); in tomoyo_open_control()
2496 if (!head->write_buf) { in tomoyo_open_control()
2660 char *cp0 = head->write_buf; in tomoyo_write_control()
2683 head->write_buf = cp; in tomoyo_write_control()
2870 head.write_buf = start; in tomoyo_load_builtin_policy()