Home
last modified time | relevance | path

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

/third_party/f2fs-tools/fsck/
Dmain.c244 c.cache_config.max_hash_collision = 16; in f2fs_parse_options()
245 c.cache_config.dbg_en = false; in f2fs_parse_options()
262 c.cache_config.dbg_en = true; in f2fs_parse_options()
269 c.cache_config.num_cache_entry = atoi(optarg); in f2fs_parse_options()
272 c.cache_config.max_hash_collision = in f2fs_parse_options()
/third_party/f2fs-tools/lib/
Dlibf2fs_io.c154 if (c.cache_config.dbg_en) in dcache_release()
215 if (c.cache_config.num_cache_entry <= 0) in dcache_init()
226 dcache_config = c.cache_config; in dcache_init()
/third_party/elfutils/debuginfod/
Ddebuginfod-client.c272 long cache_config; in debuginfod_config_cache() local
276 if (fscanf(config_file, "%ld", &cache_config) != 1) in debuginfod_config_cache()
277 cache_config = cache_config_default_s; in debuginfod_config_cache()
281 cache_config = cache_config_default_s; in debuginfod_config_cache()
284 return cache_config; in debuginfod_config_cache()
/third_party/f2fs-tools/include/
Df2fs_fs.h562 dev_cache_config_t cache_config; member