Lines Matching refs:write_buf
663 char *data = head->write_buf; in tomoyo_write_profile()
877 char *data = head->write_buf; in tomoyo_write_manager()
1149 char *data = head->write_buf; in tomoyo_write_domain()
1647 char *buf = head->write_buf; in tomoyo_read_pid()
1710 .data = head->write_buf, in tomoyo_write_exception()
2200 char *data = head->write_buf; in tomoyo_write_answer()
2329 char *data = head->write_buf; in tomoyo_write_stat()
2427 head->write_buf = kzalloc(head->writebuf_size, GFP_NOFS); in tomoyo_open_control()
2428 if (!head->write_buf) { in tomoyo_open_control()
2589 char *cp0 = head->write_buf; in tomoyo_write_control()
2611 head->write_buf = cp; in tomoyo_write_control()
2781 head.write_buf = start; in tomoyo_load_builtin_policy()