Home
last modified time | relevance | path

Searched refs:cache_config (Results 1 – 3 of 3) sorted by relevance

/third_party/f2fs-tools/fsck/
Dmain.c215 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()
/third_party/f2fs-tools/lib/
Dlibf2fs_io.c147 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()
/third_party/f2fs-tools/include/
Df2fs_fs.h443 dev_cache_config_t cache_config; member