Home
last modified time | relevance | path

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

/Linux-v5.10/fs/erofs/
Dsuper.c201 ctx->cache_strategy = EROFS_ZIP_CACHE_READAROUND; in erofs_default_options()
222 {"readaround", EROFS_ZIP_CACHE_READAROUND},
590 else if (ctx->cache_strategy == EROFS_ZIP_CACHE_READAROUND) in erofs_show_options()
Dinternal.h113 EROFS_ZIP_CACHE_READAROUND enumerator
Dzdata.c560 return cachestrategy >= EROFS_ZIP_CACHE_READAROUND && in should_alloc_managed_pages()