Searched refs:cache_strategy (Results 1 – 4 of 4) sorted by relevance
373 sbi->opt.cache_strategy = EROFS_ZIP_CACHE_READAROUND; in erofs_default_options()483 sbi->opt.cache_strategy = result.uint_32; in erofs_fc_parse_param()946 if (opt->cache_strategy == EROFS_ZIP_CACHE_DISABLED) in erofs_show_options()948 else if (opt->cache_strategy == EROFS_ZIP_CACHE_READAHEAD) in erofs_show_options()950 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: