Home
last modified time | relevance | path

Searched refs:Z_EROFS_ONSTACK_PAGES (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/fs/erofs/
Dzdata.h176 #define Z_EROFS_ONSTACK_PAGES 32 macro
Dzdata.c868 struct page *onstack_pages[Z_EROFS_ONSTACK_PAGES];
1038 if (be->nr_pages <= Z_EROFS_ONSTACK_PAGES) { in z_erofs_decompress_pcluster()
1045 if (pclusterpages + be->onstack_used <= Z_EROFS_ONSTACK_PAGES) in z_erofs_decompress_pcluster()
1102 be->compressed_pages >= be->onstack_pages + Z_EROFS_ONSTACK_PAGES) in z_erofs_decompress_pcluster()