Home
last modified time | relevance | path

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

/drivers/mtd/nand/
Dnandsim.c106 static char *cache_file = NULL; variable
129 module_param(cache_file, charp, 0400);
161 MODULE_PARM_DESC(cache_file, "File to use to cache nand pages instead of memory");
452 if (cache_file) { in alloc_device()
453 cfile = filp_open(cache_file, O_CREAT | O_RDWR | O_LARGEFILE, 0600); in alloc_device()