Searched refs:readbuf_size (Results 1 – 2 of 2) sorted by relevance
161 int size = head->readbuf_size - pos; in tomoyo_io_printf()167 if (pos + len >= head->readbuf_size) { in tomoyo_io_printf()1827 head->readbuf_size = 128; in tomoyo_open_control()1833 head->readbuf_size = 512; in tomoyo_open_control()1860 if (!head->readbuf_size) in tomoyo_open_control()1861 head->readbuf_size = 4096 * 2; in tomoyo_open_control()1862 head->read_buf = kzalloc(head->readbuf_size, GFP_NOFS); in tomoyo_open_control()
565 int readbuf_size; member