Home
last modified time | relevance | path

Searched refs:writebuf_size (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/security/tomoyo/
Dcommon.c1875 head->writebuf_size = 4096 * 2; in tomoyo_open_control()
1876 head->write_buf = kzalloc(head->writebuf_size, GFP_NOFS); in tomoyo_open_control()
1987 if (head->write_avail >= head->writebuf_size - 1) { in tomoyo_write_control()
Dcommon.h571 int writebuf_size; member