Home
last modified time | relevance | path

Searched refs:writebuf_size (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/devices/
H A 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()
/kernel/linux/linux-6.6/drivers/mtd/devices/
H A 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()
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.c2494 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()
H A Dcommon.h836 size_t writebuf_size; member
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.c2486 head->writebuf_size = 4096 * 2; in tomoyo_open_control()
2487 head->write_buf = kzalloc(head->writebuf_size, GFP_NOFS); in tomoyo_open_control()
2666 if (head->w.avail >= head->writebuf_size - 1) { in tomoyo_write_control()
2667 const int len = head->writebuf_size * 2; in tomoyo_write_control()
2678 head->writebuf_size = len; in tomoyo_write_control()
H A Dcommon.h836 size_t writebuf_size; member

Completed in 12 milliseconds