Home
last modified time | relevance | path

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

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