Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/erofs/
H A Dsuper.c344 ctx->cache_strategy = EROFS_ZIP_CACHE_READAROUND; in erofs_default_options()
368 {"readaround", EROFS_ZIP_CACHE_READAROUND},
786 else if (ctx->cache_strategy == EROFS_ZIP_CACHE_READAROUND) in erofs_show_options()
H A Dinternal.h130 EROFS_ZIP_CACHE_READAROUND enumerator
H A Dzdata.c647 return cachestrategy >= EROFS_ZIP_CACHE_READAROUND && in should_alloc_managed_pages()