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

/linux-4.4.14/drivers/mtd/nand/
H A Dnandsim.c107 static char *cache_file = NULL; variable
139 module_param(cache_file, charp, 0400);
173 MODULE_PARM_DESC(cache_file, "File to use to cache nand pages instead of memory");
286 /* Maximum page cache pages needed to read or write a NAND page to the cache_file */
577 if (cache_file) { alloc_device()
578 cfile = filp_open(cache_file, O_CREAT | O_RDWR | O_LARGEFILE, 0600); alloc_device()

Completed in 87 milliseconds