Home
last modified time | relevance | path

Searched refs:EROFS_ZIP_CACHE_READAROUND (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/erofs/
Dsuper.c181 sbi->cache_strategy = EROFS_ZIP_CACHE_READAROUND; in erofs_build_cache_strategy()
202 sbi->cache_strategy = EROFS_ZIP_CACHE_READAROUND; in erofs_default_options()
567 } else if (sbi->cache_strategy == EROFS_ZIP_CACHE_READAROUND) { in erofs_show_options()
Dinternal.h108 EROFS_ZIP_CACHE_READAROUND enumerator
Dzdata.c565 return cachestrategy >= EROFS_ZIP_CACHE_READAROUND && in should_alloc_managed_pages()