Lines Matching refs:clusterpages
170 const unsigned int clusterpages = BIT(pcl->clusterbits); in preload_compressed_pages() local
178 for (; pages < pcl->compressed_pages + clusterpages; ++pages) { in preload_compressed_pages()
217 const unsigned int clusterpages = BIT(pcl->clusterbits); in erofs_try_to_free_all_cached_pages() local
224 for (i = 0; i < clusterpages; ++i) { in erofs_try_to_free_all_cached_pages()
252 const unsigned int clusterpages = BIT(pcl->clusterbits); in erofs_try_to_free_cached_page() local
258 for (i = 0; i < clusterpages; ++i) { in erofs_try_to_free_cached_page()
280 const unsigned int clusterpages = BIT(pcl->clusterbits); in z_erofs_try_inplace_io() local
282 while (clt->compressedpages < pcl->compressed_pages + clusterpages) { in z_erofs_try_inplace_io()
760 const unsigned int clusterpages = BIT(pcl->clusterbits); in z_erofs_decompress_pcluster() local
842 for (i = 0; i < clusterpages; ++i) { in z_erofs_decompress_pcluster()
909 for (i = 0; i < clusterpages; ++i) { in z_erofs_decompress_pcluster()
1231 unsigned int clusterpages; in z_erofs_vle_submit_all() local
1243 clusterpages = BIT(pcl->clusterbits); in z_erofs_vle_submit_all()
1288 if (++i < clusterpages) in z_erofs_vle_submit_all()
1291 if (bypass < clusterpages) in z_erofs_vle_submit_all()