Home
last modified time | relevance | path

Searched refs:read_buf (Results 1 – 4 of 4) sorted by relevance

/security/tomoyo/
Daudit.c428 kfree(head->read_buf); in tomoyo_read_log()
429 head->read_buf = NULL; in tomoyo_read_log()
439 head->read_buf = ptr->log; in tomoyo_read_log()
440 head->r.w[head->r.w_pos++] = head->read_buf; in tomoyo_read_log()
Dcommon.c284 len = vsnprintf(head->read_buf + pos, size, fmt, args) + 1; in tomoyo_io_printf()
291 tomoyo_set_string(head, head->read_buf + pos); in tomoyo_io_printf()
1011 if (!head->read_buf) in tomoyo_select_domain()
2157 if (head->read_buf) { in tomoyo_read_query()
2158 kfree(head->read_buf); in tomoyo_read_query()
2159 head->read_buf = NULL; in tomoyo_read_query()
2194 head->read_buf = buf; in tomoyo_read_query()
2426 head->read_buf = kzalloc(head->readbuf_size, GFP_NOFS); in tomoyo_open_control()
2427 if (!head->read_buf) { in tomoyo_open_control()
2442 kfree(head->read_buf); in tomoyo_open_control()
Dgc.c610 kfree(head->read_buf); in tomoyo_gc_thread()
642 kfree(head->read_buf); in tomoyo_notify_gc()
Dcommon.h825 char *read_buf; member