Home
last modified time | relevance | path

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

/linux/fs/erofs/
A Dsuper.c424 ctx->opt.cache_strategy = EROFS_ZIP_CACHE_READAROUND; in erofs_default_options()
530 ctx->opt.cache_strategy = result.uint_32; in erofs_fc_parse_param()
926 if (opt->cache_strategy == EROFS_ZIP_CACHE_DISABLED) in erofs_show_options()
928 else if (opt->cache_strategy == EROFS_ZIP_CACHE_READAHEAD) in erofs_show_options()
930 else if (opt->cache_strategy == EROFS_ZIP_CACHE_READAROUND) in erofs_show_options()
A Dzdata.c642 enum z_erofs_cache_alloctype cache_strategy; in z_erofs_do_read_page() local
685 if (should_alloc_managed_pages(fe, sbi->opt.cache_strategy, map->m_la)) in z_erofs_do_read_page()
686 cache_strategy = TRYALLOC; in z_erofs_do_read_page()
688 cache_strategy = DONTALLOC; in z_erofs_do_read_page()
691 cache_strategy, pagepool); in z_erofs_do_read_page()
A Dinternal.h62 unsigned char cache_strategy; member
/linux/Documentation/filesystems/
A Derofs.rst77 cache_strategy=%s Select a strategy for cached decompression from now on:

Completed in 10 milliseconds