Searched refs:cache_config (Results 1 – 3 of 3) sorted by relevance
215 c.cache_config.max_hash_collision = 16; in f2fs_parse_options()216 c.cache_config.dbg_en = false; in f2fs_parse_options()233 c.cache_config.dbg_en = true; in f2fs_parse_options()240 c.cache_config.num_cache_entry = atoi(optarg); in f2fs_parse_options()243 c.cache_config.max_hash_collision = in f2fs_parse_options()
147 if (c.cache_config.dbg_en) in dcache_release()208 if (c.cache_config.num_cache_entry <= 0) in dcache_init()219 dcache_config = c.cache_config; in dcache_init()
443 dev_cache_config_t cache_config; member