Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Dzdata.c166 #define Z_EROFS_ONSTACK_PAGES 32 macro
1088 struct page *onstack_pages[Z_EROFS_ONSTACK_PAGES];
1259 if (be->nr_pages <= Z_EROFS_ONSTACK_PAGES) { in z_erofs_decompress_pcluster()
1266 if (pclusterpages + be->onstack_used <= Z_EROFS_ONSTACK_PAGES) in z_erofs_decompress_pcluster()
1322 be->compressed_pages >= be->onstack_pages + Z_EROFS_ONSTACK_PAGES) in z_erofs_decompress_pcluster()