Lines Matching refs:pclusterpages
283 unsigned int pclusterpages = z_erofs_pclusterpages(pcl); in z_erofs_free_pcluster() local
289 if (pclusterpages > pcs->maxpages) in z_erofs_free_pcluster()
529 unsigned int pclusterpages = z_erofs_pclusterpages(pcl); in z_erofs_bind_cache() local
544 for (i = 0; i < pclusterpages; ++i) { in z_erofs_bind_cache()
595 unsigned int pclusterpages = z_erofs_pclusterpages(pcl); in erofs_try_to_free_all_cached_folios() local
601 for (i = 0; i < pclusterpages; ++i) { in erofs_try_to_free_all_cached_folios()
1139 unsigned int pclusterpages = z_erofs_pclusterpages(pcl); in z_erofs_parse_in_bvecs() local
1143 for (i = 0; i < pclusterpages; ++i) { in z_erofs_parse_in_bvecs()
1176 unsigned int pclusterpages = z_erofs_pclusterpages(pcl); in z_erofs_decompress_pcluster() local
1197 if (pclusterpages + be->onstack_used <= Z_EROFS_ONSTACK_PAGES) in z_erofs_decompress_pcluster()
1206 kvcalloc(pclusterpages, sizeof(struct page *), in z_erofs_decompress_pcluster()
1237 for (i = 0; i < pclusterpages; ++i) { in z_erofs_decompress_pcluster()