cache_file         97 drivers/mtd/nand/raw/nandsim.c static char *cache_file = NULL;
cache_file        129 drivers/mtd/nand/raw/nandsim.c module_param(cache_file,     charp, 0400);
cache_file        163 drivers/mtd/nand/raw/nandsim.c MODULE_PARM_DESC(cache_file,     "File to use to cache nand pages instead of memory");
cache_file        532 drivers/mtd/nand/raw/nandsim.c 	if (cache_file) {
cache_file        533 drivers/mtd/nand/raw/nandsim.c 		cfile = filp_open(cache_file, O_CREAT | O_RDWR | O_LARGEFILE, 0600);