Searched refs:writebuf_size (Results 1 – 3 of 3) sorted by relevance
23 static unsigned long writebuf_size = 64; variable31 module_param(writebuf_size, ulong, 0);32 MODULE_PARM_DESC(writebuf_size, "Device write buf size in Bytes (Default: 64)");135 mtd->writebufsize = writebuf_size; in mtdram_init_device()
2494 head->writebuf_size = 4096 * 2; in tomoyo_open_control()2495 head->write_buf = kzalloc(head->writebuf_size, GFP_NOFS); in tomoyo_open_control()2673 if (head->w.avail >= head->writebuf_size - 1) { in tomoyo_write_control()2674 const int len = head->writebuf_size * 2; in tomoyo_write_control()2685 head->writebuf_size = len; in tomoyo_write_control()
836 size_t writebuf_size; member
Completed in 16 milliseconds