Home
last modified time | relevance | path

Searched refs:EROFS_ZIP_CACHE_READAROUND (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/erofs/
H A Dsuper.c202 ctx->cache_strategy = EROFS_ZIP_CACHE_READAROUND; in erofs_default_options()
223 {"readaround", EROFS_ZIP_CACHE_READAROUND},
591 else if (ctx->cache_strategy == EROFS_ZIP_CACHE_READAROUND) in erofs_show_options()
H A Dinternal.h113 EROFS_ZIP_CACHE_READAROUND enumerator
H A Dzdata.c558 return cachestrategy >= EROFS_ZIP_CACHE_READAROUND && in should_alloc_managed_pages()
/kernel/linux/linux-6.6/fs/erofs/
H A Dsuper.c373 ctx->opt.cache_strategy = EROFS_ZIP_CACHE_READAROUND; in erofs_default_options()
400 {"readaround", EROFS_ZIP_CACHE_READAROUND},
964 else if (opt->cache_strategy == EROFS_ZIP_CACHE_READAROUND) in erofs_show_options()
H A Dinternal.h209 EROFS_ZIP_CACHE_READAROUND enumerator
H A Dzdata.c551 if (cachestrategy >= EROFS_ZIP_CACHE_READAROUND && in z_erofs_should_alloc_cache()

Completed in 9 milliseconds