Home
last modified time | relevance | path

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

/security/tomoyo/
Daudit.c445 kfree(head->read_buf); in tomoyo_read_log()
446 head->read_buf = NULL; in tomoyo_read_log()
456 head->read_buf = ptr->log; in tomoyo_read_log()
457 head->r.w[head->r.w_pos++] = head->read_buf; in tomoyo_read_log()
Dcommon.c288 len = vsnprintf(head->read_buf + pos, size, fmt, args) + 1; in tomoyo_io_printf()
295 tomoyo_set_string(head, head->read_buf + pos); in tomoyo_io_printf()
1021 if (!head->read_buf) in tomoyo_select_domain()
2211 kfree(head->read_buf); in tomoyo_read_query()
2212 head->read_buf = NULL; in tomoyo_read_query()
2248 head->read_buf = buf; in tomoyo_read_query()
2481 head->read_buf = kzalloc(head->readbuf_size, GFP_NOFS); in tomoyo_open_control()
2482 if (!head->read_buf) { in tomoyo_open_control()
2497 kfree(head->read_buf); in tomoyo_open_control()
Dgc.c630 kfree(head->read_buf); in tomoyo_gc_thread()
662 kfree(head->read_buf); in tomoyo_notify_gc()
Dcommon.h830 char *read_buf; member