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

/drivers/mtd/nand/
H A Dnandsim.c110 static char *cache_file = NULL; variable
135 module_param(cache_file, charp, 0400);
169 MODULE_PARM_DESC(cache_file, "File to use to cache nand pages instead of memory");
287 /* Maximum page cache pages needed to read or write a NAND page to the cache_file */
464 if (cache_file) {
465 cfile = filp_open(cache_file, O_CREAT | O_RDWR | O_LARGEFILE, 0600);

Completed in 209 milliseconds