Searched refs:cache_file (Results 1 – 2 of 2) sorted by relevance
107 static char *cache_file = NULL; variable139 module_param(cache_file, charp, 0400);173 MODULE_PARM_DESC(cache_file, "File to use to cache nand pages instead of memory");577 if (cache_file) { in alloc_device()578 cfile = filp_open(cache_file, O_CREAT | O_RDWR | O_LARGEFILE, 0600); in alloc_device()
176 values for variables like `CC', `cache_file', and `prefix'.