Home
last modified time | relevance | path

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

/Linux-v6.1/fs/erofs/
Dsuper.c438 ctx->opt.cache_strategy = EROFS_ZIP_CACHE_READAROUND; in erofs_default_options()
548 ctx->opt.cache_strategy = result.uint_32; in erofs_fc_parse_param()
1094 if (opt->cache_strategy == EROFS_ZIP_CACHE_DISABLED) in erofs_show_options()
1096 else if (opt->cache_strategy == EROFS_ZIP_CACHE_READAHEAD) in erofs_show_options()
1098 else if (opt->cache_strategy == EROFS_ZIP_CACHE_READAROUND) in erofs_show_options()
Dzdata.c695 enum z_erofs_cache_alloctype cache_strategy; in z_erofs_do_read_page() local
749 if (should_alloc_managed_pages(fe, sbi->opt.cache_strategy, in z_erofs_do_read_page()
751 cache_strategy = TRYALLOC; in z_erofs_do_read_page()
753 cache_strategy = DONTALLOC; in z_erofs_do_read_page()
755 z_erofs_bind_cache(fe, cache_strategy, pagepool); in z_erofs_do_read_page()
Dinternal.h70 unsigned char cache_strategy; member
/Linux-v6.1/Documentation/filesystems/
Derofs.rst96 cache_strategy=%s Select a strategy for cached decompression from now on: