Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/mtd/devices/ !
Dmtdram.c23 static unsigned long writebuf_size = 64; variable
31 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()
/linux-6.1.9/security/tomoyo/ !
Dcommon.c2485 head->writebuf_size = 4096 * 2; in tomoyo_open_control()
2486 head->write_buf = kzalloc(head->writebuf_size, GFP_NOFS); in tomoyo_open_control()
2664 if (head->w.avail >= head->writebuf_size - 1) { in tomoyo_write_control()
2665 const int len = head->writebuf_size * 2; in tomoyo_write_control()
2676 head->writebuf_size = len; in tomoyo_write_control()
Dcommon.h836 size_t writebuf_size; member