Home
last modified time | relevance | path

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

/Linux-v6.1/fs/erofs/
Dsuper.c438 ctx->opt.cache_strategy = EROFS_ZIP_CACHE_READAROUND; in erofs_default_options()
465 {"readaround", EROFS_ZIP_CACHE_READAROUND},
1098 else if (opt->cache_strategy == EROFS_ZIP_CACHE_READAROUND) in erofs_show_options()
Dinternal.h198 EROFS_ZIP_CACHE_READAROUND enumerator
Dzdata.c650 return cachestrategy >= EROFS_ZIP_CACHE_READAROUND && in should_alloc_managed_pages()