Searched refs:cache_strategy (Results 1 – 4 of 4) sorted by relevance
429 ctx->opt.cache_strategy = EROFS_ZIP_CACHE_READAROUND; in erofs_default_options()539 ctx->opt.cache_strategy = result.uint_32; in erofs_fc_parse_param()1044 if (opt->cache_strategy == EROFS_ZIP_CACHE_DISABLED) in erofs_show_options()1046 else if (opt->cache_strategy == EROFS_ZIP_CACHE_READAHEAD) in erofs_show_options()1048 else if (opt->cache_strategy == EROFS_ZIP_CACHE_READAROUND) in erofs_show_options()
67 unsigned char cache_strategy; member
543 unsigned int cachestrategy = EROFS_I_SB(fe->inode)->opt.cache_strategy; in z_erofs_should_alloc_cache()
107 cache_strategy=%s Select a strategy for cached decompression from now on: