Home
last modified time | relevance | path

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

/Linux-v6.6/fs/erofs/
Dsuper.c429 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()
Dinternal.h67 unsigned char cache_strategy; member
Dzdata.c543 unsigned int cachestrategy = EROFS_I_SB(fe->inode)->opt.cache_strategy; in z_erofs_should_alloc_cache()
/Linux-v6.6/Documentation/filesystems/
Derofs.rst107 cache_strategy=%s Select a strategy for cached decompression from now on: