Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/devices/
Dmtdram.c23 static unsigned long writebuf_size = 64; variable
32 module_param(writebuf_size, ulong, 0);
33 MODULE_PARM_DESC(writebuf_size, "Device write buf size in Bytes (Default: 64)");
137 mtd->writebufsize = writebuf_size; in mtdram_init_device()
/Linux-v4.19/security/tomoyo/
Dcommon.c2426 head->writebuf_size = 4096 * 2; in tomoyo_open_control()
2427 head->write_buf = kzalloc(head->writebuf_size, GFP_NOFS); in tomoyo_open_control()
2602 if (head->w.avail >= head->writebuf_size - 1) { in tomoyo_write_control()
2603 const int len = head->writebuf_size * 2; in tomoyo_write_control()
2613 head->writebuf_size = len; in tomoyo_write_control()
Dcommon.h832 size_t writebuf_size; member