Lines Matching refs:write_buf
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()
2328 char *data = head->write_buf; in tomoyo_write_stat()
2426 head->write_buf = kzalloc(head->writebuf_size, GFP_NOFS); in tomoyo_open_control()
2427 if (!head->write_buf) { in tomoyo_open_control()
2588 char *cp0 = head->write_buf; in tomoyo_write_control()
2610 head->write_buf = cp; in tomoyo_write_control()
2780 head.write_buf = start; in tomoyo_load_builtin_policy()