Lines Matching refs:pclusterpages
155 pcl->pclusterpages = nrpages; in z_erofs_alloc_pcluster()
163 unsigned int pclusterpages = z_erofs_pclusterpages(pcl); in z_erofs_free_pcluster() local
169 if (pclusterpages > pcs->maxpages) in z_erofs_free_pcluster()
313 for (i = 0; i < pcl->pclusterpages; ++i) { in z_erofs_bind_cache()
374 for (i = 0; i < pcl->pclusterpages; ++i) { in erofs_try_to_free_all_cached_pages()
405 for (i = 0; i < pcl->pclusterpages; ++i) { in erofs_try_to_free_cached_page()
981 unsigned int pclusterpages = z_erofs_pclusterpages(pcl); in z_erofs_parse_in_bvecs() local
985 for (i = 0; i < pclusterpages; ++i) { in z_erofs_parse_in_bvecs()
1024 unsigned int pclusterpages = z_erofs_pclusterpages(pcl); in z_erofs_decompress_pcluster() local
1044 if (pclusterpages + be->onstack_used <= Z_EROFS_ONSTACK_PAGES) in z_erofs_decompress_pcluster()
1053 kvcalloc(pclusterpages, sizeof(struct page *), in z_erofs_decompress_pcluster()
1066 inputsize = pclusterpages * PAGE_SIZE; in z_erofs_decompress_pcluster()
1089 for (i = 0; i < pclusterpages; ++i) { in z_erofs_decompress_pcluster()
1456 end = cur + pcl->pclusterpages; in z_erofs_submit_queue()